realcoloride / node_characterai

Unofficial Character AI wrapper for node.
https://beta.character.ai/
341 stars 72 forks source link

Chat history endpoints changed #168

Closed realcoloride closed 4 months ago

realcoloride commented 4 months ago

Hello, I've noticed that using externalIds now will crash due to the fact cai changed their chat history endpoints to https://neo.character.ai/turns/[id] and https://neo.character.ai/chats/?character_ids=[id]&num_preview_turns=2.

I will work on an update to fix the following issue.

realcoloride commented 4 months ago

Hello, sorry for the lack of updates, I'll work on the update now

realcoloride commented 4 months ago

Hello, I did commit https://github.com/realcoloride/node_characterai/commit/bf3f625f4bf971fcf17ae0a7aca476d456c9d0c9. Should be fixed now