baconnier commited on
Commit
15e8675
1 Parent(s): 81c5b54

Update variables.py

Browse files
Files changed (1) hide show
  1. variables.py +3 -1
variables.py CHANGED
@@ -29,7 +29,9 @@ models = [
29
  "Qwen/Qwen2.5-1.5B",
30
 
31
  # Google models (supports system)
32
- "google/gemma-1.1-2b-it"
 
 
33
  ]
34
 
35
  explanation_markdown = "".join([f"- **{key}**: {value}\n" for key, value in metaprompt_explanations.items()])
 
29
  "Qwen/Qwen2.5-1.5B",
30
 
31
  # Google models (supports system)
32
+ "google/gemma-2-2b-it"
33
+
34
+ "microsoft/Phi-3.5-mini-instruct"
35
  ]
36
 
37
  explanation_markdown = "".join([f"- **{key}**: {value}\n" for key, value in metaprompt_explanations.items()])