We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5dda0 commit 3c31048Copy full SHA for 3c31048
pr_agent/git_providers/utils.py
@@ -99,5 +99,5 @@ def set_claude_model():
99
"""
100
model_claude = "bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
101
get_settings().set('config.model', model_claude)
102
- get_settings().set('config.model_turbo', model_claude)
+ get_settings().set('config.model_week', model_claude)
103
get_settings().set('config.fallback_models', [model_claude])
0 commit comments