Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
# 复制为 .env 或直接 export 到环境变量
|
||
# 主用 OpenAI;未设置 OPENAI_API_KEY 时可回退到 OPENROUTER_API_KEY(通用回退)
|
||
OPENAI_API_KEY=your-openai-api-key
|
||
# 可选:覆盖默认模型(默认 gpt-5.6-luna)
|
||
OPENAI_MODEL=gpt-5.6-luna
|