Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -15,9 +15,9 @@ from util import get_final_answer
|
|
| 15 |
|
| 16 |
## LLMs
|
| 17 |
|
| 18 |
-
MANAGER_MODEL = "
|
| 19 |
-
AGENT_MODEL = "
|
| 20 |
-
FINAL_ANSWER_MODEL = "
|
| 21 |
IMAGE_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 22 |
AUDIO_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 23 |
VIDEO_MODEL = "gemini-2.5-pro-preview-03-25"
|
|
|
|
| 15 |
|
| 16 |
## LLMs
|
| 17 |
|
| 18 |
+
MANAGER_MODEL = "gpt-4.1"
|
| 19 |
+
AGENT_MODEL = "gpt-4.1"
|
| 20 |
+
FINAL_ANSWER_MODEL = "gpt-4.1"
|
| 21 |
IMAGE_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 22 |
AUDIO_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 23 |
VIDEO_MODEL = "gemini-2.5-pro-preview-03-25"
|