fix(opencode-go): use OpenAI-compatible Qwen models

This commit is contained in:
Jack
2026-06-26 00:38:34 +08:00
committed by GitHub
parent d6d2550a18
commit 7ceac334bb
4 changed files with 4 additions and 4 deletions
@@ -26,4 +26,4 @@ input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/openai-compatible"
@@ -32,4 +32,4 @@ input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/openai-compatible"
@@ -24,4 +24,4 @@ input = ["text"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/openai-compatible"
@@ -31,4 +31,4 @@ input = ["text", "image", "video"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
npm = "@ai-sdk/openai-compatible"