From d43068fbf00bf25f76c48e1918b8715166b2320d Mon Sep 17 00:00:00 2001 From: Hua Date: Fri, 13 Feb 2026 22:00:47 +0100 Subject: [PATCH] Edited English README.md and config to direct global users to the correct zhipu platform --- README.md | 9 +++++---- config/config.example.json | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 536444bc5..8bbe1559d 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ docker compose --profile gateway up -d > [!TIP] > Set your API key in `~/.picoclaw/config.json`. -> Get API keys: [OpenRouter](https://openrouter.ai/keys) (LLM) · [Zhipu](https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys) (LLM) -> Web search is **optional** - get free [Brave Search API](https://brave.com/search/api) (2000 free queries/month) or use built-in auto fallback. +> Get API keys: [OpenRouter](https://openrouter.ai/keys) (LLM) · [Z.AI](https://z.ai/manage-apikey/apikey-list) (LLM) +> Web search is **optional** - get free [Brave Search API](https://brave.com/search/api) (2000 free queries/month) or automatically fallback to DuckDuckGo. **1. Initialize** @@ -225,8 +225,9 @@ picoclaw onboard **3. Get API Keys** -- **LLM Provider**: [OpenRouter](https://openrouter.ai/keys) · [Zhipu](https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys) · [Anthropic](https://console.anthropic.com) · [OpenAI](https://platform.openai.com) · [Gemini](https://aistudio.google.com/api-keys) -- **Web Search** (optional): [Brave Search](https://brave.com/search/api) - Free tier available (2000 requests/month) +- **LLM Provider**: [OpenRouter](https://openrouter.ai/keys) · [Z.AI](https://z.ai/manage-apikey/apikey-list) · [Anthropic](https://console.anthropic.com) · [OpenAI](https://platform.openai.com) · [Gemini](https://aistudio.google.com/api-keys) + +- **Web Search** (optional): [Brave Search API](https://brave.com/search/api) - Free tier available (2000 requests/month) or automatically fallback to DuckDuckGo. > **Note**: See `config.example.json` for a complete configuration template. diff --git a/config/config.example.json b/config/config.example.json index c71587a04..ee40899e2 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -14,7 +14,9 @@ "enabled": false, "token": "YOUR_TELEGRAM_BOT_TOKEN", "proxy": "", - "allow_from": ["YOUR_USER_ID"] + "allow_from": [ + "YOUR_USER_ID" + ] }, "discord": { "enabled": false, @@ -70,7 +72,7 @@ "api_key": "gsk_xxx", "api_base": "" }, - "zhipu": { + "zhipu/z.ai": { "api_key": "YOUR_ZHIPU_API_KEY", "api_base": "" }, @@ -108,4 +110,4 @@ "host": "0.0.0.0", "port": 18790 } -} +} \ No newline at end of file