Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
29 |
model = HfApiModel(
|
30 |
max_tokens=1024,
|
31 |
temperature=0.5,
|
32 |
-
model_id='
|
33 |
)
|
34 |
|
35 |
# Initialize CodeAgent with minimal configuration
|
|
|
29 |
model = HfApiModel(
|
30 |
max_tokens=1024,
|
31 |
temperature=0.5,
|
32 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct'
|
33 |
)
|
34 |
|
35 |
# Initialize CodeAgent with minimal configuration
|