Skip to content

Commit 3c31048

Browse files
committed
Update model in git provider
1 parent fc5dda0 commit 3c31048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr_agent/git_providers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ def set_claude_model():
9999
"""
100100
model_claude = "bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
101101
get_settings().set('config.model', model_claude)
102-
get_settings().set('config.model_turbo', model_claude)
102+
get_settings().set('config.model_week', model_claude)
103103
get_settings().set('config.fallback_models', [model_claude])

0 commit comments

Comments
 (0)