3 hours ago Opencode中使用gpt-5.6的最小配置🌐 链接: https://linux.do/t/topic/2555363🔍 关键词: #api🏷️ 分组: LinuxDo论坛🕒 时间: 2026-07-10 02:08:07 LINUX DO Opencode中使用gpt-5.6的最小配置 不想等opencode更新models的话: 配置好cpav7.2.55后: `~/.local/share/opencode/auth.json` 如下: { "openai": { "type": "api", "key": "sk-abc" } } `~/.config/opencode/opencode.jsonc` 如下: { "$schema": "https://opencode.ai/config.json", "provider": { …