This is a web interface for Oobabooga text generation webui built with NextJs, Tailwind and DaisyUI
Install packages:
npm installRun the development server:
npm run devOr build and run
npm run build
npm run startIn Oobabooga to able to get the characters, You need to download and replace blocking_api.py into text-generation-webui\extensions\api.
Start Oobabooga with --api
- Implement text streaming
- Add select to change interface modes
- Add form to change settings
- Add LateX rendering
