Quazim0t0 commited on
Commit
aefa164
ยท
verified ยท
1 Parent(s): 6d4e0a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ from database import (
14
 
15
  # Initialize the AI agent
16
  agent = CodeAgent(
 
17
  model=HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct"),
18
  )
19
 
 
14
 
15
  # Initialize the AI agent
16
  agent = CodeAgent(
17
+ tools=[], # Required parameter even if empty
18
  model=HfApiModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct"),
19
  )
20