17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
# 把這個檔案複製成 .env,或直接到網頁「AI 設定」頁填寫。
|
||
# FRED 申請(免費、約 1 分鐘):https://fred.stlouisfed.org/docs/api/api_key.html
|
||
FRED_API_KEY=your_fred_api_key_here
|
||
|
||
# AI Provider:設定頁會把這些欄位寫回本機 .env
|
||
OPENCODE_GO_API_KEY=
|
||
OPENCODE_GO_MODEL=
|
||
GROK_API_KEY=
|
||
GROK_MODEL=
|
||
AI_ACTIVE_PROVIDER=grok
|
||
|
||
# 伺服器埠號(可不改)
|
||
PORT=3000
|
||
|
||
# 後端快取秒數(預設 1 小時)。FRED 資料更新慢,不需頻繁抓取
|
||
CACHE_TTL_SECONDS=3600
|