mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
docs: clarify OPENAI_API_BASE can be left empty
Add comment explaining OPENAI_API_BASE can be left empty to use the default OpenAI endpoint, or set to a custom proxy URL if needed. Sets default value to empty instead of placeholder URL.
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
# Docker Compose automatically reads .env from project root
|
# Docker Compose automatically reads .env from project root
|
||||||
|
|
||||||
# AI Model API Configuration
|
# AI Model API Configuration
|
||||||
OPENAI_API_BASE=https://your-openai-proxy.com/v1
|
# OPENAI_API_BASE: Leave empty to use default OpenAI endpoint, or set to custom proxy URL
|
||||||
|
OPENAI_API_BASE=
|
||||||
OPENAI_API_KEY=your_openai_key_here # https://platform.openai.com/api-keys
|
OPENAI_API_KEY=your_openai_key_here # https://platform.openai.com/api-keys
|
||||||
|
|
||||||
# Data Source Configuration
|
# Data Source Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user