feat(server): add gateway and model configuration to environment variables

This commit is contained in:
RainbowBird
2026-04-17 02:59:14 +08:00
committed by RainbowBird
parent a11727020a
commit 57533044f7
8 changed files with 94 additions and 107 deletions
+4
View File
@@ -16,3 +16,7 @@ CLIENT_URL=""
API_SERVER_URL=""
# OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318"
GATEWAY_BASE_URL="http://localhost:18080"
DEFAULT_CHAT_MODEL="openai/gpt-5-mini"
DEFAULT_TTS_MODEL="microsoft/v1"