mbosse99 commited on
Commit
3ccb3f3
·
verified ·
1 Parent(s): c25263f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def bot(history, job, resume, job_params):
237
  temperature=0.0,
238
  #stream=True,
239
  )
240
-
241
  history[-1][1] = response["choices"][0]["message"]["content"]
242
  #for chunk in response:
243
  # print(chunk)
 
237
  temperature=0.0,
238
  #stream=True,
239
  )
240
+ print(response["choices"][0]["message"]["content"])
241
  history[-1][1] = response["choices"][0]["message"]["content"]
242
  #for chunk in response:
243
  # print(chunk)