Expand description
HTTP server implementation with OpenAI-compatible API endpoints.
Provides a production-ready server that interfaces with the Abaddon inference engine for text generation, chat completions, and embeddings.
Structsยง
- AppState
- Shared application state.
- Server
- The HTTP server.
- Server
Config - Server configuration.
- Server
Config Builder - Builder for ServerConfig.