DeMaking commited on
Commit
9495ab8
·
verified ·
1 Parent(s): baeb76a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,7 +57,8 @@ def generate_response(text):
57
  temperature=0.5,
58
  top_p=0.7
59
  )
60
- print("\ncompletion: ", completion.choices[0].message, f"\n current time: {current_time_gmt()}")
 
61
 
62
  return "Sorry, I only support Hebrew and English."
63
 
 
57
  temperature=0.5,
58
  top_p=0.7
59
  )
60
+ print("\ncompletion: ", completion.choices[0].message, f"\ncurrent time: {current_time_gmt()}")
61
+ return completion.choices[0].message
62
 
63
  return "Sorry, I only support Hebrew and English."
64