Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,8 @@ def submit_answers(answers: dict):
|
|
| 32 |
return resp.json()
|
| 33 |
|
| 34 |
# --- 2. Configuraci贸n del agente ---
|
| 35 |
-
model = InferenceClientModel(model="mistralai/Mistral-7B-Instruct-v0.2")
|
| 36 |
-
|
| 37 |
# model = InferenceClientModel(model="Qwen/Qwen1.5-7B-Chat")
|
| 38 |
|
| 39 |
|
|
|
|
| 32 |
return resp.json()
|
| 33 |
|
| 34 |
# --- 2. Configuraci贸n del agente ---
|
| 35 |
+
#model = InferenceClientModel(model="mistralai/Mistral-7B-Instruct-v0.2")
|
| 36 |
+
model = InferenceClientModel(model="HuggingFaceH4/zephyr-7b-beta")
|
| 37 |
# model = InferenceClientModel(model="Qwen/Qwen1.5-7B-Chat")
|
| 38 |
|
| 39 |
|