.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)
LLM_MODEL_DISPLAY_NAME
LLM provider config
LLM_MODEL_ID
LLM_API_KEY
secret
LLM_BASE_URL
LLM_TIMEOUT
LLM_MAX_CONCURRENCY
LLM_STREAM_MAX_CONCURRENCY
BID_FAST_MARKDOWN_EXTRACTION
BID_STRUCTURED_OUTPUT_ENABLED
BID_VECTOR_STORE_ENABLED
Optional vector store / RAG index
HF_ENDPOINT
CHROMA_PERSIST_DIR
CHROMA_COLLECTION
EMBEDDING_PROVIDER
EMBEDDING_MODEL_ID
EMBEDDING_API_KEY
secret
EMBEDDING_BASE_URL
EMBEDDING_BATCH_SIZE
RERANKER_ENABLED
RERANKER_MODEL_ID
brew install flyctl && fly launch --from https://github.com/yuyu1623/bid_agent
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/yuyu1623/bid_agent
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/yuyu1623/bid_agent