docs: fix Codex spelling in localized readmes (#76)

This commit is contained in:
KT 2026-06-08 20:51:46 +08:00 committed by GitHub
parent b97382c727
commit c6abbeec09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -143,7 +143,7 @@ export OCR_LLM_AUTH_HEADER=x-api-key
> **CC-Switchユーザー向けの注意**: [CC-Switch](https://github.com/farion1231/cc-switch)を[ルーティングサービス](https://www.ccswitch.io/en/docs?section=proxy&item=service)有効で使用している場合、追加設定なしで`llm.url`をCC-Switchのプロキシアドレスに向けることができます
> - **Claude**プロバイダーの場合: `llm.url``http://127.0.0.1:15721`に設定
> - **CodeX**プロバイダーの場合: `llm.url``http://127.0.0.1:15721/v1`に設定
> - **Codex**プロバイダーの場合: `llm.url``http://127.0.0.1:15721/v1`に設定
> - `llm.model`はプロバイダー設定に応じて設定
> - `llm.auth_token`は任意の値で構いません
> - `extra_body`設定は引き続き有効です

View file

@ -143,7 +143,7 @@ Claude Code 환경 변수(`ANTHROPIC_BASE_URL`, `ANTHROPIC_AUTH_TOKEN`, `ANTHROP
> **CC-Switch 사용자 참고**: [CC-Switch](https://github.com/farion1231/cc-switch)를 [routing service](https://www.ccswitch.io/en/docs?section=proxy&item=service)와 함께 사용한다면, 추가 설정 없이 `llm.url`을 CC-Switch proxy 주소로 지정할 수 있습니다.
> - **Claude** provider: `llm.url``http://127.0.0.1:15721`로 설정
> - **CodeX** provider: `llm.url``http://127.0.0.1:15721/v1`로 설정
> - **Codex** provider: `llm.url``http://127.0.0.1:15721/v1`로 설정
> - provider 설정에 맞게 `llm.model` 설정
> - `llm.auth_token`은 아무 값이나 사용할 수 있음
> - `extra_body` 설정은 그대로 적용됨

View file

@ -143,7 +143,7 @@ It is also compatible with Claude Code environment variables (`ANTHROPIC_BASE_UR
> **Note for CC-Switch Users**: If you are using [CC-Switch](https://github.com/farion1231/cc-switch) with [routing service](https://www.ccswitch.io/en/docs?section=proxy&item=service) enabled, you can point `llm.url` to the CC-Switch proxy address without additional configuration:
> - For **Claude** provider: set `llm.url` to `http://127.0.0.1:15721`
> - For **CodeX** provider: set `llm.url` to `http://127.0.0.1:15721/v1`
> - For **Codex** provider: set `llm.url` to `http://127.0.0.1:15721/v1`
> - Set `llm.model` according to your provider settings
> - `llm.auth_token` can be any value
> - `extra_body` settings still apply

View file

@ -143,7 +143,7 @@ export OCR_LLM_AUTH_HEADER=x-api-key
> **CC-Switch 用户特别提醒**:如果你使用 [CC-Switch](https://github.com/farion1231/cc-switch) 并开启了[路由服务](https://www.ccswitch.io/zh/docs?section=proxy&item=service),可以将 `llm.url` 配置成 CC-Switch 启动的代理地址,无需额外配置:
> - 如果路由的是 **Claude** 供应商:设置 `llm.url``http://127.0.0.1:15721`
> - 如果路由的是 **CodeX** 供应商:设置 `llm.url``http://127.0.0.1:15721/v1`
> - 如果路由的是 **Codex** 供应商:设置 `llm.url``http://127.0.0.1:15721/v1`
> - `llm.model` 根据你的供应商设置进行配置
> - `llm.auth_token` 可以设置成任意值
> - `extra_body` 设置依然生效