Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ MAX_HISTORY = 5
|
|
| 16 |
|
| 17 |
def generate_abap(message, history, model_choice):
|
| 18 |
# 1. Get the Hugging Face Model ID from the dropdown selection
|
| 19 |
-
model_id = MODELS.get(model_choice, "Qwen/Qwen2.5-Coder-
|
| 20 |
|
| 21 |
client = InferenceClient()
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
def generate_abap(message, history, model_choice):
|
| 18 |
# 1. Get the Hugging Face Model ID from the dropdown selection
|
| 19 |
+
model_id = MODELS.get(model_choice, "Qwen/Qwen2.5-Coder-32B-Instruct")
|
| 20 |
|
| 21 |
client = InferenceClient()
|
| 22 |
|