w1r4 commited on
Commit
f7f5fd7
·
verified ·
1 Parent(s): 8ba03d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-7B-Instruct")
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