We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to use sonnet 3.7 on bedrock, I keep getting LiteLLM error ssaying rate limit reached, even when num_rety is set to 50.
lm = dspy.LM( model="bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0", temperature=1.0, max_tokens=8000, num_retries=50 )
Not sure if I am doing anything wrong. Is there a better way to dynamically backoff?
lm = dspy.LM( model="bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0", temperature=1.0, max_tokens=8000, num_retries=50 ) dspy.configure(lm)
2.6.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When I try to use sonnet 3.7 on bedrock, I keep getting LiteLLM error ssaying rate limit reached, even when num_rety is set to 50.
lm = dspy.LM(
model="bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0",
temperature=1.0,
max_tokens=8000,
num_retries=50
)
Not sure if I am doing anything wrong. Is there a better way to dynamically backoff?
Steps to reproduce
lm = dspy.LM(
model="bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0",
temperature=1.0,
max_tokens=8000,
num_retries=50
)
dspy.configure(lm)
DSPy version
2.6.11
The text was updated successfully, but these errors were encountered: