Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Paulhayes
/
Hive6
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Paulhayes
commited on
Nov 30, 2025
Commit
6a651a3
·
verified
·
1 Parent(s):
a14ae03
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,7 +53,7 @@ for message in client.chat_completion(
53
token = choices[0].delta.content
54
55
response += token
56
-
yield response
57
58
59
"""
53
token = choices[0].delta.content
54
55
response += token
56
+
yield response
57
58
59
"""