Rust rewrite of freebuff2api: an OpenAI-compatible API adapter for Codebuff Freebuff.
GET /healthzGET /v1/modelsPOST /v1/chat/completions
Copy .env.example to .env and set FREEBUFF_TOKEN.
Copy-Item .env.example .env
cargo runThe service listens on 0.0.0.0:8000.