Arafath10 commited on
Commit
25f20a9
·
verified ·
1 Parent(s): 9a98ef6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -92,6 +92,7 @@ def streaming(userText,idf):
92
  try:
93
  #print(chunk.choices[0].delta.content)
94
  out = (chunk.choices[0].delta.content).replace("SDR","")
 
95
  yield out.replace(":","")
96
  except:
97
  return ""
 
92
  try:
93
  #print(chunk.choices[0].delta.content)
94
  out = (chunk.choices[0].delta.content).replace("SDR","")
95
+ print(out)
96
  yield out.replace(":","")
97
  except:
98
  return ""