Update client/config.py
Browse files- client/config.py +1 -1
client/config.py
CHANGED
|
@@ -8,7 +8,7 @@ env = os.getenv
|
|
| 8 |
# Model mapping
|
| 9 |
MODEL_OPTIONS = {
|
| 10 |
'OpenAI': 'gpt-4o',
|
| 11 |
-
'Antropic': 'claude-
|
| 12 |
'Google': 'gemini-2.0-flash-001',
|
| 13 |
'Bedrock': 'us.anthropic.claude-3-7-sonnet-20250219-v1:0',
|
| 14 |
'Groq' : 'meta-llama/llama-4-scout-17b-16e-instruct'
|
|
|
|
| 8 |
# Model mapping
|
| 9 |
MODEL_OPTIONS = {
|
| 10 |
'OpenAI': 'gpt-4o',
|
| 11 |
+
'Antropic': 'claude-sonnet-4-20250514',
|
| 12 |
'Google': 'gemini-2.0-flash-001',
|
| 13 |
'Bedrock': 'us.anthropic.claude-3-7-sonnet-20250219-v1:0',
|
| 14 |
'Groq' : 'meta-llama/llama-4-scout-17b-16e-instruct'
|