Edited English README.md and config to direct global users to the correct zhipu platform
This commit is contained in:
parent
45351a6a79
commit
d43068fbf0
2 changed files with 10 additions and 7 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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": ""
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue