Spaces:
Paused
Paused
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -16,7 +16,7 @@ from util import read_file, read_docx, is_ext
|
|
| 16 |
## LLMs
|
| 17 |
|
| 18 |
MANAGER_MODEL = "gpt-4.5-preview"
|
| 19 |
-
AGENT_MODEL = "gpt-4.
|
| 20 |
|
| 21 |
FINAL_ANSWER_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 22 |
|
|
|
|
| 16 |
## LLMs
|
| 17 |
|
| 18 |
MANAGER_MODEL = "gpt-4.5-preview"
|
| 19 |
+
AGENT_MODEL = "gpt-4.1-mini"
|
| 20 |
|
| 21 |
FINAL_ANSWER_MODEL = "gemini-2.5-pro-preview-03-25"
|
| 22 |
|