nomadicsynth commited on
Commit
e64a7d2
·
1 Parent(s): d969ef2

Update reasoning model ID to Mistral-7B-Instruct-v0.3 and comment out previous model

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,7 +37,8 @@ embedding_model_revision = "2025-01-28_23-06-17-1epochs-12batch-32eval-512embed-
37
  # Amalysis model details
38
 
39
  # Settings for Llama-3.3-70B-Instruct
40
- reasoning_model_id = "meta-llama/Llama-3.3-70B-Instruct"
 
41
  max_length = 1024 * 4
42
  temperature = None
43
  top_p = None
 
37
  # Amalysis model details
38
 
39
  # Settings for Llama-3.3-70B-Instruct
40
+ # reasoning_model_id = "meta-llama/Llama-3.3-70B-Instruct"
41
+ reasoning_model_id = "mistralai/Mistral-7B-Instruct-v0.3"
42
  max_length = 1024 * 4
43
  temperature = None
44
  top_p = None