mobinln commited on
Commit
05b7877
·
verified ·
1 Parent(s): 56edfcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ agent = Agent(
12
  id="model",
13
  api_key="no-token",
14
  base_url="http://0.0.0.0:8000/v1",
15
- )
 
16
  )
17
 
18
 
 
12
  id="model",
13
  api_key="no-token",
14
  base_url="http://0.0.0.0:8000/v1",
15
+ ),
16
+ reasoning=True
17
  )
18
 
19