xenchai commited on
Commit
c3f6653
·
verified ·
1 Parent(s): 76e4e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ except yaml.YAMLError as e:
32
  model = HfApiModel(
33
  max_tokens=2096,
34
  temperature=0.5,
35
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct'
36
  )
37
 
38
  # Create the CodeAgent
 
32
  model = HfApiModel(
33
  max_tokens=2096,
34
  temperature=0.5,
35
+ model_id='deepseek-ai/DeepSeek-V3-0324'
36
  )
37
 
38
  # Create the CodeAgent