OpenAI-compatible API router for Fatal Creations
Use your AILLM API key from Gitea:
curl https://ai.fatalcreations.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "local", "messages": [{"role": "user", "content": "Hello!"}]}'