Spaces:
Sleeping
Sleeping
Update models.py
Browse files
models.py
CHANGED
@@ -2,10 +2,10 @@ from smolagents import InferenceClientModel
|
|
2 |
import os
|
3 |
|
4 |
# Configuration des modèles
|
5 |
-
ORCHESTRATOR_MODEL = "moonshotai/Kimi-K2-Instruct"
|
6 |
-
CODE_AGENT_MODEL = "moonshotai/Kimi-K2-Instruct"
|
7 |
-
VISION_MODEL = "Qwen/Qwen2.5-VL-72B-Instruct
|
8 |
-
REASONING_MODEL = "deepseek-ai/DeepSeek-R1-0528"
|
9 |
|
10 |
class ModelManager:
|
11 |
"""Gestionnaire centralisé des modèles"""
|
|
|
2 |
import os
|
3 |
|
4 |
# Configuration des modèles
|
5 |
+
ORCHESTRATOR_MODEL = "Qwen/Qwen2.5-VL-32B-Instruct" # "moonshotai/Kimi-K2-Instruct"
|
6 |
+
CODE_AGENT_MODEL = "Qwen/Qwen2.5-VL-32B-Instruct" # "moonshotai/Kimi-K2-Instruct"
|
7 |
+
VISION_MODEL = "Qwen/Qwen2.5-VL-32B-Instruct" # Qwen/Qwen2.5-VL-72B-Instruct
|
8 |
+
REASONING_MODEL = "Qwen/Qwen2.5-VL-32B-Instruct" # "deepseek-ai/DeepSeek-R1-0528"
|
9 |
|
10 |
class ModelManager:
|
11 |
"""Gestionnaire centralisé des modèles"""
|