Arafath10 commited on
Commit
6fe72b2
·
verified ·
1 Parent(s): 046f00c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
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
- return yest
 
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