Spaces:
Sleeping
Sleeping
Update agentic.py
Browse files- agentic.py +1 -1
agentic.py
CHANGED
|
@@ -62,7 +62,7 @@ def get_general_model():
|
|
| 62 |
|
| 63 |
if llm_provider == "mistral":
|
| 64 |
general_model = ChatMistralAI(
|
| 65 |
-
model="
|
| 66 |
temperature=0,
|
| 67 |
max_retries=2,
|
| 68 |
api_key=os.getenv("MISTRAL_API_KEY")
|
|
|
|
| 62 |
|
| 63 |
if llm_provider == "mistral":
|
| 64 |
general_model = ChatMistralAI(
|
| 65 |
+
model="ministral-8b-latest",#"mistral-small-latest",#"mistral-large-2411",#
|
| 66 |
temperature=0,
|
| 67 |
max_retries=2,
|
| 68 |
api_key=os.getenv("MISTRAL_API_KEY")
|