Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,19 @@ with st.sidebar:
|
|
| 148 |
"openai/gpt-3.5-turbo",
|
| 149 |
"openai/gpt-4",
|
| 150 |
"anthropic/claude-3-haiku",
|
| 151 |
-
"google/gemini-pro"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
]
|
| 153 |
|
| 154 |
selected_model = st.selectbox("Model", models, index=0)
|
|
|
|
| 148 |
"openai/gpt-3.5-turbo",
|
| 149 |
"openai/gpt-4",
|
| 150 |
"anthropic/claude-3-haiku",
|
| 151 |
+
"google/gemini-pro",
|
| 152 |
+
"meta-llama/llama-3.1-8b-instruct:free",
|
| 153 |
+
"meta-llama/llama-3.1-70b-instruct:free",
|
| 154 |
+
"meta-llama/llama-3.2-3b-instruct:free",
|
| 155 |
+
"meta-llama/llama-3.2-1b-instruct:free",
|
| 156 |
+
"qwen/qwen-2-7b-instruct:free",
|
| 157 |
+
"microsoft/phi-3-medium-4k-instruct:free",
|
| 158 |
+
"microsoft/phi-3-mini-128k-instruct:free",
|
| 159 |
+
"huggingface/zephyr-7b-beta:free",
|
| 160 |
+
"openchat/openchat-7b:free",
|
| 161 |
+
"gryphe/mythomist-7b:free",
|
| 162 |
+
"undi95/toppy-m-7b:free",
|
| 163 |
+
"openrouter/auto"
|
| 164 |
]
|
| 165 |
|
| 166 |
selected_model = st.selectbox("Model", models, index=0)
|