Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -50,7 +50,8 @@ def streaming(userText,idf):
|
|
| 50 |
|
| 51 |
dec = str(response.choices[0].message.content)
|
| 52 |
if 'unlike' not in dec.lower():
|
| 53 |
-
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
|
|
|
|
| 50 |
|
| 51 |
dec = str(response.choices[0].message.content)
|
| 52 |
if 'unlike' not in dec.lower():
|
| 53 |
+
yield yest
|
| 54 |
+
return ""
|
| 55 |
|
| 56 |
|
| 57 |
|