Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
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,locale="en-US")
|
36 |
await bot.close()
|
37 |
print(raw_data)
|
38 |
|