.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
APP_NAME
Application Settings
APP_VERSION
APP_ENVIRONMENT
API_DEBUG
API_ENABLED
API Settings
API_I18N_ENABLED
API_HOST
API_PORT
LANG
Supported languages: en, zh_CN, zh_TW, ja You can interact with the agent in your preferred language. This variable is mainly intended for…
TIMEZONE
PYTHONIOENCODING
AGENT_DEBUG_MODE
Agent Settings
OPENROUTER_API_KEY
secret
Get your API key from: https://openrouter.ai/ Note: OpenRouter does not currently support embedding or reranker models.
AZURE_OPENAI_API_KEY
secret
Get your API key from: https://ai.azure.com/
AZURE_OPENAI_ENDPOINT
secret
AZURE_OPENAI_API_VERSION
secret
GOOGLE_API_KEY
secret
Get your API key from: https://aistudio.google.com/
SILICONFLOW_API_KEY
secret
Get your API key from: https://siliconflow.cn If you obtained your key from https://siliconflow.com, you need to update siliconflow.yaml…
OPENAI_API_KEY
secret
Get your API key from: https://platform.openai.com/api-keys
OPENAI_COMPATIBLE_API_KEY
secret
You can set any OpenAI-compatitble API KEY, but you neeed to configure python/configs/providers/openai-compatible.yaml manully.
brew install flyctl && fly launch --from https://github.com/valuecell-ai/valuecell
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/valuecell-ai/valuecell
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/valuecell-ai/valuecell