nek0us

Results 1 comments of nek0us

don't use asyncio.run() in async function , u can use "get_chat_response" in AsyncChatbot , eg: ``` async def get_chat(args): return await chatbot.get_chat_response(args,output="text") async def main(): ur_text = do something() message...