@lll9pOpencode中使用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": {
"openai": {
"options": { "baseURL": "https://xxxxxxx/v1" },
"models": {
"gpt-5.6-sol": {
"id": "gpt-5.6-sol",
...