Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mobinln
/
chatbot
like
5
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mobinln
commited on
20 days ago
Commit
05b7877
·
verified
·
1 Parent(s):
56edfcb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -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