feat: new self-hosting docs (#4689)

Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com>
This commit is contained in:
Naman
2026-02-11 09:09:42 +05:30
committed by GitHub
parent 45cfbb2e75
commit 263a6dec0c
9 changed files with 2139 additions and 6 deletions

View File

@@ -52,12 +52,12 @@ services:
# - ENABLE_OPENAI=true
# - LLM_KEY=OPENAI_GPT4O
# - OPENAI_API_KEY=<your_openai_key>
# Gemini Support:
# Gemini is a new LLM provider that is currently in beta. You can use it by uncommenting the following lines and filling in your Gemini API key.
# - LLM_KEY=GEMINI
# - ENABLE_GEMINI=true
# - GEMINI_API_KEY=YOUR_GEMINI_KEY
# - LLM_KEY=GEMINI_2.5_PRO_PREVIEW_03_25
# Gemini Support (via Vertex AI):
# - ENABLE_VERTEX_AI=true
# - LLM_KEY=VERTEX_GEMINI_3.0_FLASH
# - GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
# - GCP_PROJECT_ID=your-gcp-project-id
# - GCP_REGION=us-central1
# If you want to use other LLM provider, like azure and anthropic:
# - ENABLE_ANTHROPIC=true
# - LLM_KEY=ANTHROPIC_CLAUDE3.5_SONNET