Cohee

Results 246 comments of Cohee

Okay, so there are two layers of "default files" going on. 1. What is known as default in the Dockerfile are volumes connecting certain files and directories in /public to...

> which doesn't consume tokens at all Big doubt. If it's not in the prompt (i.e. not consuming tokens) - it doesn't exist for the model. This whole thing just...

Can I kindly ask you to analyze how exactly this system works and then come back with a defined solution that could be implemented? I haven't used this app so...

May be related and used to solve this: https://docs.sillytavern.app/usage/core-concepts/data-bank/

Use LM Studio with Text Completion API, leave Type at Default (oobabooga). Using it with Chat Completion will lead to subpar experience.

I doubt there are any heuristics that could be applied to that. Try regular expressions extension, it's built-in but is unlikely to solve your problem too. If nothing helps -...

Node 12 is way too old and is not supported. Update to latest LTS release.

I can't see this in the script and honestly, I'm not sure why ooba's WebUI needs Node since it runs Python. Report this to: https://github.com/oobabooga/text-generation-webui/issues Files checked: https://github.com/oobabooga/text-generation-webui/blob/main/start_linux.sh https://github.com/oobabooga/text-generation-webui/blob/main/one_click.py

If anything, you can just skip start.sh and do these commands: `npm i; npm run start`. The script does nothing else really.

I'm purposefully avoiding touching anything related to proxies. This PR still leaves a question of migrating user data from setting presets into the new proxy presets. I don't want to...