AlizerUncaged / desktop-waifu

Desktop Waifu!
324 stars 48 forks source link

Updated Character.AI #273

Open matrixfox opened 4 months ago

matrixfox commented 4 months ago

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!

matrixfox commented 4 months ago

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

matrixfox commented 4 months ago

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...

dadadala02 commented 3 months ago

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!

Can I ask you how to fix this problem ? thx