Spaces:
Sleeping
Sleeping
OjciecTadeusz
commited on
Commit
•
7d9d497
1
Parent(s):
f01378a
Update main.py
Browse files
main.py
CHANGED
@@ -60,6 +60,7 @@ def generate(item: Item):
|
|
60 |
print('tokens')
|
61 |
output += response.token.text
|
62 |
else:
|
|
|
63 |
output += response # If not, treat it as a string
|
64 |
|
65 |
return [{'msg': output}]
|
|
|
60 |
print('tokens')
|
61 |
output += response.token.text
|
62 |
else:
|
63 |
+
print('string')
|
64 |
output += response # If not, treat it as a string
|
65 |
|
66 |
return [{'msg': output}]
|