Timaska commited on
Commit
329033d
·
verified ·
1 Parent(s): 6e18d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ if not HF_TOKEN or HF_TOKEN.strip() == "":
13
  "HF_TOKEN не задан. Установите переменную окружения HF_TOKEN с вашим HuggingFace токеном."
14
  )
15
 
16
- client = InferenceClient("Qwen/Qwen2.5-Coder-1.5B-Instruct", token=HF_TOKEN)
17
 
18
  # Генерация кода с помощью LLM
19
  def generate_code(prompt, max_tokens, temperature, top_p):
 
13
  "HF_TOKEN не задан. Установите переменную окружения HF_TOKEN с вашим HuggingFace токеном."
14
  )
15
 
16
+ client = InferenceClient("Qwen/Qwen3-0.6B", token=HF_TOKEN)
17
 
18
  # Генерация кода с помощью LLM
19
  def generate_code(prompt, max_tokens, temperature, top_p):