xiaolv commited on
Commit
d6fb645
1 Parent(s): 73ee7ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ async def get_model_reply(prompt,style,cookies,context=[]):
32
  try:
33
  try:
34
  bot = Chatbot(cookies=cookies)
35
- raw_data = await bot.ask(prompt, conversation_style=style,locale="en-US")
36
  await bot.close()
37
  print(raw_data)
38
 
 
32
  try:
33
  try:
34
  bot = Chatbot(cookies=cookies)
35
+ raw_data = await bot.ask(prompt, conversation_style=style)
36
  await bot.close()
37
  print(raw_data)
38