LLM inference frontend interface which supports OpenAI compatible APIs.
See live circus.semper.ai
- Designed for self-hosting
- Customizeable presets and models
- Built-in code editor
- Markdown rendering
- Streaming response support
git clone https://github.com/semperai/circus
cd circus
cp env.example .env.local
vim .env.local
nvm use
yarn
yarn dev
yarn build
Presets and models may be specified in the ./src/models.json
and ./src/presets.json
files.
This project is licensed under the MIT License