mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Update model in git provider
This commit is contained in:
parent
fc5dda0957
commit
3c31048afc
1 changed files with 1 additions and 1 deletions
|
|
@ -99,5 +99,5 @@ def set_claude_model():
|
||||||
"""
|
"""
|
||||||
model_claude = "bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
|
model_claude = "bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
|
||||||
get_settings().set('config.model', model_claude)
|
get_settings().set('config.model', model_claude)
|
||||||
get_settings().set('config.model_turbo', model_claude)
|
get_settings().set('config.model_week', model_claude)
|
||||||
get_settings().set('config.fallback_models', [model_claude])
|
get_settings().set('config.fallback_models', [model_claude])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue