#ctx.typing()

1 messages · Page 1 of 1 (latest)

worldly pagoda
#

how to stop typing with msg.edit()? It doesn't stop for +- 6 seconds (using context manager)

lime drift
#

How do you use it?

worldly pagoda
# lime drift How do you use it?
        async with ctx.typing():
            response = await completer.ChatCompletion.acreate(
                model=model,
                messages=list(chats[user_id])
            )
...
        await msg.edit(...)
sage plover
#

What?