Rsnarsna commited on
Commit
4b8a252
·
verified ·
1 Parent(s): babb31f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def read_email():
183
  output = llm(prompt_, max_tokens=1000, temperature=0.1)
184
  print("*"*50)
185
  t = output['choices'][0]['text']
186
- if len(t)==o:
187
  print('input : ',i)
188
  print('output : ',t)
189
  # t = t[t.find('json\n')+len('json\n'):]
 
183
  output = llm(prompt_, max_tokens=1000, temperature=0.1)
184
  print("*"*50)
185
  t = output['choices'][0]['text']
186
+ if len(t)==0:
187
  print('input : ',i)
188
  print('output : ',t)
189
  # t = t[t.find('json\n')+len('json\n'):]