NoOneIsHereExceptMe

Results 3 issues of NoOneIsHereExceptMe

can anyone help me find the history_id in the old interface.

``` import asyncio from PyCharacterAI import Client token = "" async def main(): client = Client() await client.authenticate_with_token(token) username = (await client.fetch_user())['user']['username'] print(f'Authenticated as {username}') character_id = "" chat =...

after running the specified installation command for PIP, `pip install PyCharacterAI` it gave me this error: ``` Collecting PyCharacterAI  Using cached PyCharacterAI-1.1.0.tar.gz (11 kB)  Installing build dependencies ... done  Getting...