mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Resolve the model catalog table conflict in docs/public/core-concepts/models.mdx by keeping both changes: this branch's `kimi` -> `moonshot` provider rename for the Kimi rows, and main's new DeepSeek V4 rows. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
34 lines
897 B
Text
34 lines
897 B
Text
ANTHROPIC_API_KEY=
|
|
BRAVE_SEARCH_API_KEY=
|
|
DAYTONA_API_KEY=
|
|
DEEPSEEK_API_KEY=
|
|
FIREWORKS_API_KEY=
|
|
GEMINI_API_KEY=
|
|
INCEPTION_API_KEY=
|
|
MOONSHOT_API_KEY=
|
|
MINIMAX_API_KEY=
|
|
MODAL_KIMI_K3_BASE_URL=
|
|
MODAL_TOKEN_ID=
|
|
MODAL_TOKEN_SECRET=
|
|
OPENAI_API_KEY=
|
|
OPENROUTER_API_KEY=
|
|
POOLSIDE_API_KEY=
|
|
ZAI_API_KEY=
|
|
|
|
SESSION_SECRET=
|
|
GITHUB_APP_CLIENT_SECRET=
|
|
GITHUB_APP_WEBHOOK_SECRET=
|
|
GITHUB_APP_PRIVATE_KEY=
|
|
|
|
FABRO_SLACK_APP_TOKEN=
|
|
FABRO_SLACK_BOT_TOKEN=
|
|
|
|
# Public hostname for the prod docker-compose stack. Leave unset for
|
|
# localhost (Caddy will serve plain HTTP); set to a real DNS name to
|
|
# let Caddy auto-provision a Let's Encrypt certificate.
|
|
FABRO_DOMAIN=
|
|
|
|
# Canonical external web origin for deployments where TLS is terminated outside
|
|
# the Fabro container. Use this with the Tailscale Services compose file, for
|
|
# example https://fabro-testing.example.ts.net. Do not include a trailing slash.
|
|
FABRO_WEB_URL=
|