mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-05-25 16:00:35 +00:00
b811e9186c
* feat(provider): add ModelScope as OpenAI-compatible provider * test(provider): add ModelScope provider and migration tests * docs: add ModelScope to README provider tables and free tier sections * chore: add ModelScope to example config and env template
23 lines
896 B
Bash
23 lines
896 B
Bash
# ── LLM Provider ──────────────────────────
|
|
# Uncomment and set the API key for your provider
|
|
# OPENROUTER_API_KEY=sk-or-v1-xxx
|
|
# ZHIPU_API_KEY=xxx
|
|
# ANTHROPIC_API_KEY=sk-ant-xxx
|
|
# OPENAI_API_KEY=sk-xxx
|
|
# GEMINI_API_KEY=xxx
|
|
# MODELSCOPE_API_KEY=xxx
|
|
# CLAUDE_CODE_OAUTH=xxx
|
|
# ── Chat Channel ──────────────────────────
|
|
# TELEGRAM_BOT_TOKEN=123456:ABC...
|
|
# DISCORD_BOT_TOKEN=xxx
|
|
# Feishu (飞书)
|
|
# PICOCLAW_CHANNELS_FEISHU_APP_ID=cli_xxx
|
|
# PICOCLAW_CHANNELS_FEISHU_APP_SECRET=xxx
|
|
# PICOCLAW_CHANNELS_FEISHU_RANDOM_REACTION_EMOJI=Typing,OneSecond
|
|
|
|
# ── Web Search (optional) ────────────────
|
|
# BRAVE_SEARCH_API_KEY=BSA...
|
|
|
|
# ── Timezone ──────────────────────────────
|
|
TZ=Asia/Shanghai
|