Anthropic: Make number of attempts configurable #4351
ThomasBaruzier
started this conversation in
Feature Requests & Suggestions
Replies: 3 comments 3 replies
-
Overloaded issue is on Anthropic’s side. The LibreChat API is intentionally designed to retry up to 3 times. Not a bug but this is better categorized as a feature request to make the retries configurable. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Still occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's a better example of how the retry mechanism does not take the previous text generated into account: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Hello, around 5-10% of the time, especially with sonnet in my experience, I encounter multiple stops and restarts while generating one answer.
Example with 2 restarts at line 5 and the last line:
This is caused by a 'overloaded' error from Anthropic, but I don't like that my queries cost 2-3x the price of what they should be when this errors occurs. I'd prefer it to stop and be able to manually continue the unfinished answer.
Steps to Reproduce
Use Anthropic API and be unlucky
What browsers are you seeing the problem on?
Firefox, Chrome, Mobile (Android)
Relevant log output
Screenshots
Anthropic logs:
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions