Skip to content

semperai/circus

Repository files navigation

Circus

LLM inference frontend interface which supports OpenAI compatible APIs.

See live circus.semper.ai

Features

  • Designed for self-hosting
  • Customizeable presets and models
  • Built-in code editor
  • Markdown rendering
  • Streaming response support

Local Setup

Install

git clone https://github.com/semperai/circus
cd circus
cp env.example .env.local
vim .env.local
nvm use
yarn

Run

yarn dev

Build

yarn build

Customization

Presets and models may be specified in the ./src/models.json and ./src/presets.json files.

License

This project is licensed under the MIT License

Similar Projects