Spaces:
Sleeping
Sleeping
damand2061
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,8 @@ demo = gr.ChatInterface(
|
|
85 |
choices=[
|
86 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
87 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
88 |
-
"HuggingFaceH4/zephyr-7b-beta"
|
|
|
89 |
],
|
90 |
value="meta-llama/Meta-Llama-3-8B-Instruct",
|
91 |
label="Choose Model"
|
|
|
85 |
choices=[
|
86 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
87 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
88 |
+
"HuggingFaceH4/zephyr-7b-beta",
|
89 |
+
"microsoft/Phi-3.5-mini-instruct"
|
90 |
],
|
91 |
value="meta-llama/Meta-Llama-3-8B-Instruct",
|
92 |
label="Choose Model"
|