Fix typo model_weak

This commit is contained in:
Trung Dinh
2024-12-08 22:09:48 +07:00
parent 88a93bdcd7
commit e3d779c30d
4 changed files with 14 additions and 14 deletions

View File

@ -99,5 +99,5 @@ def set_claude_model():
"""
model_claude = "bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0"
get_settings().set('config.model', model_claude)
get_settings().set('config.model_week', model_claude)
get_settings().set('config.model_weak', model_claude)
get_settings().set('config.fallback_models', [model_claude])