Spaces:
Running
Running
Update app.py
Browse files
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="
|
| 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
|