Wanswan commited on
Commit
a532bf2
·
verified ·
1 Parent(s): aac30f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ async def gpt_translate(text, target_lang):
69
  )
70
  return response.choices[0].message.content.strip()
71
 
72
- aasync def respond(user_input, history, step, language, questions, followup_mode, followup_stage):
73
  history.append({"role": "user", "content": user_input})
74
 
75
  if language == "":
 
69
  )
70
  return response.choices[0].message.content.strip()
71
 
72
+ async def respond(user_input, history, step, language, questions, followup_mode, followup_stage):
73
  history.append({"role": "user", "content": user_input})
74
 
75
  if language == "":