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
24 lines
890 B
Plaintext
24 lines
890 B
Plaintext
# Provider: openai (default) or dashscope/qwen/bailian
|
|
LLM_PROVIDER=openai
|
|
|
|
# OpenAI API Configuration
|
|
OPENAI_API_KEY=your_api_key_here
|
|
OPENAI_BASE_URL=https://api.openai.com/v1
|
|
OPENAI_MODEL=gpt-5.6-luna
|
|
|
|
# Alibaba Cloud Model Studio / Bailian (Qwen)
|
|
# DASHSCOPE_API_KEY=your_dashscope_api_key_here
|
|
# DASHSCOPE_MODEL=qwen3.7-plus
|
|
# DASHSCOPE_BASE_URL=https://dashscope-intl.aliyuncs.com/compatible-mode/v1
|
|
|
|
# Or use compatible APIs (Kimi, DeepSeek, etc.)
|
|
# OPENAI_BASE_URL=https://api.moonshot.cn/v1
|
|
# OPENAI_MODEL=kimi-k3
|
|
|
|
# Universal OpenRouter fallback:
|
|
# If OPENAI_API_KEY is not set but OPENROUTER_API_KEY is, config.py routes
|
|
# through OpenRouter automatically (base_url=https://openrouter.ai/api/v1) and
|
|
# maps the model id to provider/model form (gpt-* -> openai/…,
|
|
# claude-* -> anthropic/claude-opus-4.8, ids with "/" pass through).
|
|
# OPENROUTER_API_KEY=your-openrouter-api-key
|