fix(opencode-go): use OpenAI-compatible Qwen models
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user