rphrp1985 commited on
Commit
c86de8e
·
verified ·
1 Parent(s): 78f4534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -219,6 +219,8 @@ def respond(
219
 
220
  global llm
221
  global llm_model
 
 
222
 
223
 
224
  if model is "Q5_K_M/Qwen3-Coder-Next-Q5_K_M-00001-of-00003.gguf" and llm_model_qwen is None:
 
219
 
220
  global llm
221
  global llm_model
222
+ global llm_model_glm
223
+ global llm_model_qwen
224
 
225
 
226
  if model is "Q5_K_M/Qwen3-Coder-Next-Q5_K_M-00001-of-00003.gguf" and llm_model_qwen is None: