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
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
# Provider: kimi (default) or dashscope/qwen/bailian
|
|
LLM_PROVIDER=kimi
|
|
|
|
# Kimi API Configuration
|
|
KIMI_API_KEY=your-kimi-api-key
|
|
|
|
# Alibaba Cloud Model Studio / Bailian (Qwen)
|
|
# DASHSCOPE_API_KEY=your-dashscope-api-key
|
|
# DASHSCOPE_BASE_URL=https://dashscope-intl.aliyuncs.com/compatible-mode/v1
|
|
|
|
# OpenRouter universal fallback (optional): if KIMI_API_KEY / MOONSHOT_API_KEY
|
|
# is missing but OPENROUTER_API_KEY is set, the chat LLM is routed through
|
|
# OpenRouter (kimi-k3 -> moonshotai/kimi-k2.6; OPENROUTER_MODEL overrides).
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
# OPENROUTER_MODEL=openai/gpt-5.6-luna
|
|
|
|
# Optional: Logging Configuration
|
|
LOG_LEVEL=INFO
|
|
|
|
# Optional: Memory Settings
|
|
MAX_MEMORY_ENTRIES=100
|
|
MEMORY_COMPRESSION_THRESHOLD=50
|
|
|
|
# Optional: Model Settings
|
|
MODEL_TEMPERATURE=0.7
|
|
MODEL_MAX_TOKENS=4096
|
|
|
|
# Real Memobase framework demo (profile_demo.py) — points at a running
|
|
# Memobase server. Self-hosted default is http://localhost:8019 with token
|
|
# "secret"; for Memobase cloud use your project_url + api_key.
|
|
MEMOBASE_PROJECT_URL=http://localhost:8019
|
|
MEMOBASE_API_KEY=secret
|