ianeksdi commited on
Commit
0c0eae1
·
verified ·
1 Parent(s): 5650789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='deepseek-ai/DeepSeek-V3-Base/'
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