Update api/config.py
Browse files- api/config.py +1 -2
api/config.py
CHANGED
@@ -403,14 +403,13 @@ MODEL_MAPPING = {
|
|
403 |
"mistralai/mistral-nemo": "mistralai/mistral-nemo",
|
404 |
"mistralai/codestral-mamba": "mistralai/codestral-mamba",
|
405 |
"x-ai/grok-vision-beta": "x-ai/grok-vision-beta",
|
406 |
-
"Claude-3.7": "Claude-3.7",
|
407 |
|
408 |
}
|
409 |
|
410 |
# Agent modes
|
411 |
AGENT_MODE = {
|
412 |
'claude-sonnet-3.5': {'mode': True, 'id': "claude-sonnet-3.5", 'name': "claude-sonnet-3.5"},
|
413 |
-
'Claude-3.7': {'mode': True, 'id': "
|
414 |
'flux': {'mode': True, 'id': "ImageGenerationLV45LJp", 'name': "flux"},
|
415 |
'gpt-4o': {'mode': True, 'id': "GPT-4o", 'name': "GPT-4o"},
|
416 |
'Llama-4-Maverick-17B-128E': {'mode': True, 'id': "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8", 'name': "Llama-4-Maverick-17B-128E"},
|
|
|
403 |
"mistralai/mistral-nemo": "mistralai/mistral-nemo",
|
404 |
"mistralai/codestral-mamba": "mistralai/codestral-mamba",
|
405 |
"x-ai/grok-vision-beta": "x-ai/grok-vision-beta",
|
|
|
406 |
|
407 |
}
|
408 |
|
409 |
# Agent modes
|
410 |
AGENT_MODE = {
|
411 |
'claude-sonnet-3.5': {'mode': True, 'id': "claude-sonnet-3.5", 'name': "claude-sonnet-3.5"},
|
412 |
+
'Claude-3.7': {'mode': True, 'id': "TestaXR74hV", 'name': "Claude-3.7"},
|
413 |
'flux': {'mode': True, 'id': "ImageGenerationLV45LJp", 'name': "flux"},
|
414 |
'gpt-4o': {'mode': True, 'id': "GPT-4o", 'name': "GPT-4o"},
|
415 |
'Llama-4-Maverick-17B-128E': {'mode': True, 'id': "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8", 'name': "Llama-4-Maverick-17B-128E"},
|