CharacterAI icon indicating copy to clipboard operation
CharacterAI copied to clipboard

Unofficial Python API for character.ai

Results 40 CharacterAI issues
Sort by recently updated
recently updated
newest added

Anyone know how to fix the following error? ![image](https://github.com/kramcat/CharacterAI/assets/151935613/2a5019a3-2ac1-4d5e-8273-e25e1a5acc37)

Is there anyway we can retrieve a characters voice response also? Ideally I'd like to skip running a local tts script, especially as C.Ai already provides us with this feature....

is it possible to bypass the censorship or the filter system of character.ai so we can chat whatever we want without the responses being censored?

Error: received 1011 (internal error) keepalive ping timeout; then sent 1011 (internal error) keepalive ping timeout

Traceback (most recent call last): File "C:\Users\ACER\Desktop\discord-bots\level-up-loser-python-branch\test2.py", line 60, in from characterai import aiocai File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\site-packages\characterai\__init__.py", line 8, in from .aiocai.client import aiocai File "C:\Users\ACER\AppData\Local\Programs\Python\Python39\lib\site-packages\characterai\aiocai\__init__.py", line 8, in from .client...

Hey I am trying to convert the messages from the console to Telegram to start an engaging AI Bot for a community. So we can prompt the text for example...

I have multiple problems. I can only find Character ID and my char_token. But no history ID. There is none. If I try other scripts, I get same error like...

When I enter the character URL, I get this error ``` Traceback (most recent call last): File "/home/pandesal/chatbot/char.py", line 7, in chat = client.chat.get_chat(char) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/characterai/characterai.py", line 531, in...

I recently upgraded the library version to 0.8.0 and the class `NoResponse` no longer exists in `errors.py`. The document only specifies `ServerError`, `LabelError` and `AuthError`. When the server is overloaded,...