docs: fix capitalization and grammar of Gemini

This commit is contained in:
lc6464 2026-04-20 23:54:05 +08:00
parent f29bc09620
commit 450e351c8a
No known key found for this signature in database
GPG key ID: 53C61B42FEC71D6D
2 changed files with 2 additions and 2 deletions

View file

@ -374,7 +374,7 @@ PicoClaw はプロトコルファミリーで Provider をルーティングし
- **Anthropic**Claude ネイティブ API の動作。 - **Anthropic**Claude ネイティブ API の動作。
- **Codex/OAuth**OpenAI OAuth/トークン認証ルート。 - **Codex/OAuth**OpenAI OAuth/トークン認証ルート。
これによりランタイムを軽量に保ちつつ、新しい OpenAI 互換バックエンドの追加をほぼ設定操作(`api_base` + `api_keys`)のみで実現し。 これによりランタイムを軽量に保ちつつ、新しい OpenAI 互換バックエンドの追加をほぼ設定操作(`api_base` + `api_keys`)のみで実現します
### スケジュールタスク / リマインダー ### スケジュールタスク / リマインダー

View file

@ -820,7 +820,7 @@ The old `providers` configuration is **deprecated** and has been removed in V2.
PicoClaw routes providers by protocol family: PicoClaw routes providers by protocol family:
- **OpenAI-compatible**: OpenRouter, Groq, Zhipu, vLLM-style endpoints, and most others. - **OpenAI-compatible**: OpenRouter, Groq, Zhipu, vLLM-style endpoints, and most others.
- **Gemini Native**: Google Gemini via the native `models/*:generateContent` and `models/*:streamGenerateContent` endpoints. - **Gemini native**: Google Gemini via the native `models/*:generateContent` and `models/*:streamGenerateContent` endpoints.
- **Anthropic**: Claude-native API behavior. - **Anthropic**: Claude-native API behavior.
- **Codex/OAuth**: OpenAI OAuth/token authentication route. - **Codex/OAuth**: OpenAI OAuth/token authentication route.