Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harpreetsahota
/
AG4DP-Example-Chatbot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harpreetsahota
commited on
Jan 19
Commit
a573f7f
·
verified
·
1 Parent(s):
42de96c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,7 +55,7 @@ def create_assistant(model_name):
55
56
return AIAssistant(
57
client=client,
58
-
model=
model_info["name"]
59
)
60
61
def respond(
55
56
return AIAssistant(
57
client=client,
58
+
model=
model_name
59
)
60
61
def respond(