pythononlinegcc commited on
Commit
d819472
·
verified ·
1 Parent(s): 016b4c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def run_code():
23
  try:
24
  # Модель лучше указать реальную, например Qwen 2.5 Coder
25
  response = client.chat.completions.create(
26
- model="deepseek-ai/DeepSeek-V3.2",
27
  messages=[{"role": "user", "content": user_code}],
28
  max_tokens=2000,
29
  temperature=0.5
 
23
  try:
24
  # Модель лучше указать реальную, например Qwen 2.5 Coder
25
  response = client.chat.completions.create(
26
+ model="Qwen/Qwen3.5-27B",
27
  messages=[{"role": "user", "content": user_code}],
28
  max_tokens=2000,
29
  temperature=0.5