mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 09:37:23 -04:00
docs: add API key registration URLs to .env.example
Add inline comments with URLs for API key registration: - OPENAI_API_KEY: https://platform.openai.com/api-keys - ALPHAADVANTAGE_API_KEY: https://www.alphavantage.co/support/#api-key - JINA_API_KEY: https://jina.ai/ Makes it easier for users to find where to get their API keys.
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
|
||||
# AI Model API Configuration
|
||||
OPENAI_API_BASE=https://your-openai-proxy.com/v1
|
||||
OPENAI_API_KEY=your_openai_key_here
|
||||
OPENAI_API_KEY=your_openai_key_here # https://platform.openai.com/api-keys
|
||||
|
||||
# Data Source Configuration
|
||||
ALPHAADVANTAGE_API_KEY=your_alphavantage_key_here
|
||||
JINA_API_KEY=your_jina_key_here
|
||||
ALPHAADVANTAGE_API_KEY=your_alphavantage_key_here # https://www.alphavantage.co/support/#api-key
|
||||
JINA_API_KEY=your_jina_key_here # https://jina.ai/
|
||||
|
||||
# System Configuration (Docker default paths)
|
||||
RUNTIME_ENV_PATH=/app/data/runtime_env.json
|
||||
|
||||
Reference in New Issue
Block a user