feat(server): add gateway and model configuration to environment variables
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user