docs: 增加codex额外参数配置说明

This commit is contained in:
shaw
2025-09-04 11:02:17 +08:00
parent d6745dbe4a
commit 0cc8714c3c
2 changed files with 50 additions and 0 deletions

View File

@@ -481,6 +481,14 @@ export OPENAI_BASE_URL="http://127.0.0.1:3000/openai" # 根据实际填写你服
export OPENAI_API_KEY="后台创建的API密钥" # 使用后台创建的API密钥
```
**Codex 额外配置:**
需要在 `~/.codex/config.toml` 文件中添加以下配置来禁用响应存储:
```toml
disable_response_storage = true
```
### 5. 第三方工具API接入
本服务支持多种API端点格式方便接入不同的第三方工具如Cherry Studio等