Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Blood076
/
King-B
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Blood076
commited on
Nov 14, 2024
Commit
45df0cc
·
verified
·
1 Parent(s):
a4fd8f9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,7 +43,7 @@ for val in history:
43
top_p=top_p,
44
).choices[0].message.content
45
46
-
return response
47
48
49
"""
43
top_p=top_p,
44
).choices[0].message.content
45
46
+
#
return response
47
48
49
"""