bgaultier commited on
Commit
faba0e8
·
verified ·
1 Parent(s): 5ad985c

Roll back to Mistral

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="codestral:latest",
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,