Docfile commited on
Commit
972ddba
·
1 Parent(s): eab6fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ CONCLUSION
153
  model="text-davinci-003", prompt=haha, temperature=0.9, max_tokens=3500, top_p=1
154
  )
155
  answer = response.choices[0].text.strip()
156
-
157
  return answer
158
 
159
 
 
153
  model="text-davinci-003", prompt=haha, temperature=0.9, max_tokens=3500, top_p=1
154
  )
155
  answer = response.choices[0].text.strip()
156
+ print(answer)
157
  return answer
158
 
159