GitDeployHub

yuyu1623/bid_agent

github.com/yuyu1623/bid_agent ↗
Python
20 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/yuyu1623/bid_agent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/yuyu1623/bid_agent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/yuyu1623/bid_agent
Or deploy to a different host
← Try another repo