mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
Add REST endpoints under /admin/api/llm/ for provider CRUD, API key management, role assignments, connection testing, and model listing. Register routes in index.ts with JWT authentication middleware. Initialize master key and database on server startup. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)