Update app.py
Browse files
app.py
CHANGED
|
@@ -3,9 +3,14 @@ from huggingface_hub import InferenceClient
|
|
| 3 |
|
| 4 |
AVAILABLE_MODELS = [
|
| 5 |
"openai/gpt-oss-20b",
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
]
|
| 10 |
|
| 11 |
def respond(
|
|
|
|
| 3 |
|
| 4 |
AVAILABLE_MODELS = [
|
| 5 |
"openai/gpt-oss-20b",
|
| 6 |
+
"meta-llama/Llama-3.3-70B-Instruct",
|
| 7 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
| 8 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
| 9 |
+
"Qwen/Qwen2.5-7B-Instruct",
|
| 10 |
+
"mistralai/Mistral-7B-Instruct-v0.3",
|
| 11 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 12 |
+
"google/gemma-2-27b-it",
|
| 13 |
+
"google/gemma-2-9b-it",
|
| 14 |
]
|
| 15 |
|
| 16 |
def respond(
|