Gower - Hi all, I’ve been using the Anthropic v...
Hi all, I’ve been using the Anthropic vision node and 60% of the time it works every time.
I think there are potentially two issues;
1) there seems to some caching either in the buildship storage or Anthropic itself.
Meaning I get a response from a previous request.
2) longer responses from Anthropic seem to be clipped.
Meaning for more complex answers I only get half the answer.
Anyone experienced something similar? Did you find a solution?
1 Reply
If anyone comes across this when trying to troubleshoot their own project I found that Anthropic responds with a maximum of ~4000 characters when using Claude 3.5.
I got round it by refactoring the prompt and doing a bit more work when parsing the response.
Cache issues still unresolved.
Good luck!