Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)==
|
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'):]
|