Spaces:
Sleeping
Sleeping
Roll back to Mistral
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ final_answer = FinalAnswerTool()
|
|
| 43 |
RAGARENN_BASE_URL = "https://ragarenn.eskemm-numerique.fr/sso/ch@t/api/"
|
| 44 |
|
| 45 |
model = OpenAIServerModel(
|
| 46 |
-
model_id="
|
| 47 |
api_base=RAGARENN_BASE_URL, # your OpenAI-compatible base URL
|
| 48 |
api_key=os.getenv("RAGARENN_API_KEY"),
|
| 49 |
temperature=0.95,
|
|
|
|
| 43 |
RAGARENN_BASE_URL = "https://ragarenn.eskemm-numerique.fr/sso/ch@t/api/"
|
| 44 |
|
| 45 |
model = OpenAIServerModel(
|
| 46 |
+
model_id="mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
| 47 |
api_base=RAGARENN_BASE_URL, # your OpenAI-compatible base URL
|
| 48 |
api_key=os.getenv("RAGARENN_API_KEY"),
|
| 49 |
temperature=0.95,
|