Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,8 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
# client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
| 9 |
-
client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
|
|
|
|
| 10 |
# client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
|
| 11 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 12 |
# client = InferenceClient("nvidia/DeepSeek-R1-FP4")
|
|
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
# client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
| 9 |
+
# client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
|
| 10 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
| 11 |
# client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
|
| 12 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 13 |
# client = InferenceClient("nvidia/DeepSeek-R1-FP4")
|