This is a web interface for Oobabooga text generation webui built with NextJs, Tailwind and DaisyUI
Install packages:
npm install
Run the development server:
npm run dev
Or build and run
npm run build
npm run start
In 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