🆕New Chat
Create New Conversation With Char
async with PyAsyncCAI2.connect(owner_id) as chat2:
await chat2.new_chat(char,with_greeting=True)
owner_id [STR]
token/owner id
Char [STR]
char id
With Greeting [BOOL]
if true it will return greeting of char
Last updated