mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:16:35 +00:00
fix: forgot to put alibaba case in last commit (#22249)
This commit is contained in:
parent
7230cd2683
commit
0b4fe14b0a
1 changed files with 2 additions and 1 deletions
|
|
@ -288,7 +288,8 @@ export namespace ProviderTransform {
|
|||
model.api.id.includes("claude") ||
|
||||
model.id.includes("anthropic") ||
|
||||
model.id.includes("claude") ||
|
||||
model.api.npm === "@ai-sdk/anthropic") &&
|
||||
model.api.npm === "@ai-sdk/anthropic" ||
|
||||
model.api.npm === "@ai-sdk/alibaba") &&
|
||||
model.api.npm !== "@ai-sdk/gateway"
|
||||
) {
|
||||
msgs = applyCaching(msgs, model)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue