Spaces:
Sleeping
Sleeping
Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
|
@@ -32,7 +32,7 @@ class MultyAgentSystem:
|
|
| 32 |
)
|
| 33 |
self.qwen_model = LiteLLMModel("groq/qwen-qwq-32b", **common)
|
| 34 |
self.fallback_model = LiteLLMModel("groq/llama3-70b-8k", **common)
|
| 35 |
-
self.llama_model = LiteLLMModel("groq/llama-
|
| 36 |
|
| 37 |
self.verification_limit = int(os.getenv("VERIFY_WORD_LIMIT", "75"))
|
| 38 |
|
|
|
|
| 32 |
)
|
| 33 |
self.qwen_model = LiteLLMModel("groq/qwen-qwq-32b", **common)
|
| 34 |
self.fallback_model = LiteLLMModel("groq/llama3-70b-8k", **common)
|
| 35 |
+
self.llama_model = LiteLLMModel("groq/llama-3.3-70b-versatile", **common)
|
| 36 |
|
| 37 |
self.verification_limit = int(os.getenv("VERIFY_WORD_LIMIT", "75"))
|
| 38 |
|