xiaolv commited on
Commit
651dab3
1 Parent(s): 4acebb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ async def get_model_reply(prompt,style,cookies,context=[]):
31
 
32
  try:
33
  try:
 
34
  bot = Chatbot(cookies=cookies)
35
  raw_data = await bot.ask(prompt, conversation_style=style)
36
  await bot.close()
 
31
 
32
  try:
33
  try:
34
+ print(f"使用模式:{style}")
35
  bot = Chatbot(cookies=cookies)
36
  raw_data = await bot.ask(prompt, conversation_style=style)
37
  await bot.close()