Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mobinln
/
chatbot
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mobinln
commited on
Jun 17, 2024
Commit
87fbcd1
·
1 Parent(s):
c2aa89c
fix: bug in response
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,7 +38,7 @@ def respond(
38
temperature=temperature,
39
top_p=top_p,
40
)
41
-
return response
42
43
44
"""
38
temperature=temperature,
39
top_p=top_p,
40
)
41
+
return response
["choices"][0]["message"]
42
43
44
"""