Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,14 +101,13 @@ def respond(message, history, model, approach, system_message, max_tokens, tempe
|
|
101 |
|
102 |
def create_model_dropdown():
|
103 |
return gr.Dropdown(
|
104 |
-
[ "
|
105 |
-
|
106 |
-
"mistralai/mistral-7b-instruct:free","mistralai/pixtral-12b:free","meta-llama/llama-3.1-70b-instruct:free",
|
107 |
"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",
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
value="
|
112 |
)
|
113 |
|
114 |
def create_approach_dropdown():
|
|
|
101 |
|
102 |
def create_model_dropdown():
|
103 |
return gr.Dropdown(
|
104 |
+
[ "meta-llama/llama-3.1-8b-instruct:free", "nousresearch/hermes-3-llama-3.1-405b:free","meta-llama/llama-3.2-1b-instruct:free",
|
105 |
+
"mistralai/mistral-7b-instruct:free","mistralai/pixtral-12b:free","meta-llama/llama-3.1-70b-instruct:free",
|
|
|
106 |
"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",
|
107 |
+
"openchat/openchat-7b:free", "meta-llama/llama-3.2-90b-vision-instruct:free", "meta-llama/llama-3.2-11b-vision-instruct:free",
|
108 |
+
"meta-llama/llama-3-8b-instruct:free", "meta-llama/llama-3.2-3b-instruct:free", "microsoft/phi-3-medium-128k-instruct:free",
|
109 |
+
"microsoft/phi-3-mini-128k-instruct:free", "huggingfaceh4/zephyr-7b-beta:free"],
|
110 |
+
value="nousresearch/hermes-3-llama-3.1-405b:free", label="Model"
|
111 |
)
|
112 |
|
113 |
def create_approach_dropdown():
|