docs: add custom OpenAI-compatible provider section to .env.docker.example
Added configuration template for custom OpenAI-compatible providers (OpenRouter, Groq, Together AI, etc.) with CUSTOM_OPENAI_API_KEY and CUSTOM_OPENAI_BASE_URL variables. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -56,6 +56,14 @@ MCP_PORT="3001"
|
||||
# AI_MODEL_TAGS="gpt-4o-mini"
|
||||
# AI_MODEL_EMBEDDING="text-embedding-3-small"
|
||||
|
||||
# For Custom OpenAI-compatible provider (OpenRouter, Groq, Together, etc.):
|
||||
# AI_PROVIDER_TAGS=custom
|
||||
# AI_PROVIDER_EMBEDDING=custom
|
||||
# CUSTOM_OPENAI_API_KEY="your-api-key"
|
||||
# CUSTOM_OPENAI_BASE_URL="https://openrouter.ai/api/v1"
|
||||
# AI_MODEL_TAGS="openai/gpt-4o-mini"
|
||||
# AI_MODEL_EMBEDDING="openai/text-embedding-3-small"
|
||||
|
||||
# Mixed setup (e.g., Ollama for tags, OpenAI for embeddings):
|
||||
# AI_PROVIDER_TAGS=ollama
|
||||
# AI_PROVIDER_EMBEDDING=openai
|
||||
|
||||
Reference in New Issue
Block a user