Cohee

Results 246 comments of Cohee

Possible solutions: 1. Update npm `npm install -g npm@latest` 2. Update Node to 20. Using nvm: `nvm install 20; nvm use 20`. Other installation methods may vary. 3. (Least preferred)...

@631068264 It's not the same error. Remove `node_modules` from the SillyTavern folder, clean the npm cache, and reinstall node_modules again with npm i.

System TTS is limited to whatever is visible to the JavaScript Speech Synthesis API. Try to see in the Edge browser if it exposes these engines to clients.

I cannot reproduce this on my end. Do you use any extensions or custom CSS that changes the layering indices of UI elements? Most notably VRM and Live2d, try disabling...

Provide more information. API? Model? Settings?

Check that you got money on Claude account. It's not free.

Top K "disabled" value differs across the backend. It could be either 0 or -1 to use the entire vocabulary. What is the actual API you're using it with? Text...

Changed the min value for the top K slider to -1. But not in Zen sliders mode because it makes it janky, so use regular sliders mode.

> Solved the problem for me since I don't use an apiKey with sillytavern-extras... But for users who do, perhaps additionally xtts.js should not use doExtrasFetch especially since xtts is...