codelion commited on
Commit
b443c6a
1 Parent(s): b6d180b
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -95,14 +95,14 @@ def respond(message, history, model, approach, system_message, max_tokens, tempe
95
 
96
  def create_model_dropdown():
97
  return gr.Dropdown(
98
- [ "meta-llama/llama-3.1-8b-instruct:free", "nousresearch/hermes-3-llama-3.1-405b:free","meta-llama/llama-3.2-1b-instruct:free",
 
99
  "mistralai/mistral-7b-instruct:free","mistralai/pixtral-12b:free","meta-llama/llama-3.1-70b-instruct:free",
100
- "qwen/qwen-2-7b-instruct:free", "qwen/qwen-2-vl-7b-instruct:free", "google/gemma-2-9b-it:free", "google/gemini-flash-1.5-8b-exp",
101
- "google/gemini-flash-1.5-exp", "google/gemini-pro-1.5-exp", "liquid/lfm-40b:free", "meta-llama/llama-3.1-405b-instruct:free",
102
  "openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
103
  "meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
104
  "microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
105
- value="meta-llama/llama-3.1-8b-instruct:free", label="Model"
106
  )
107
 
108
  def create_approach_dropdown():
 
95
 
96
  def create_model_dropdown():
97
  return gr.Dropdown(
98
+ [ "google/gemini-flash-1.5-8b-exp","google/gemini-flash-1.5-exp", "google/gemini-pro-1.5-exp",
99
+ "meta-llama/llama-3.1-8b-instruct:free", "nousresearch/hermes-3-llama-3.1-405b:free","meta-llama/llama-3.2-1b-instruct:free",
100
  "mistralai/mistral-7b-instruct:free","mistralai/pixtral-12b:free","meta-llama/llama-3.1-70b-instruct:free",
101
+ "qwen/qwen-2-7b-instruct:free", "qwen/qwen-2-vl-7b-instruct:free", "google/gemma-2-9b-it:free", "liquid/lfm-40b:free", "meta-llama/llama-3.1-405b-instruct:free",
 
102
  "openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
103
  "meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
104
  "microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
105
+ value="google/gemini-flash-1.5-8b-exp", label="Model"
106
  )
107
 
108
  def create_approach_dropdown():