-
Notifications
You must be signed in to change notification settings - Fork 55
Updated Character.AI #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Updated Character.AI #273
Conversation
Fixed "Error: Token is invalid"
THESE ARE A MUST!!!
Not sure why preview on a text file doesn't show up, but I added, "openai-whisper" and "pyaudio" to the requirements list. Both are required to be installed, no if ands or butts. Also merged the fix from issue #207 thanks @sato-kazuma-kun |
This way uses less CPU. Time is useless!
I threw in another fix that was bothering me after AFKing. The PTT button would hang and require a restart. Also should do something about that array. Why is KEYS an array? It should be a string, correct me if I'm wrong... |
ded project, refer to realcoloride/node_characterai
Never memorize something you can look up. -Einstein
pyaudio was never installed here, it should be removed.
Can I ask you how to fix this problem ? thx |
Fixed "Error: Token is invalid". Character.AI removed accessToken from their API. All you need is a char_token. Which can be found by opening Developer Tools and going to Application and then finding Local Storage. Thanks Maple san!