refactor(ai): separate Vertex API routes (#37275)
This commit is contained in:
parent
4678bd1049
commit
282f3f7eb2
16 changed files with 120 additions and 126 deletions
|
|
@ -556,7 +556,8 @@ describe("SessionRunnerModel", () => {
|
|||
})
|
||||
const packages = [
|
||||
["@opencode-ai/ai/providers/google-vertex", "accessToken"],
|
||||
["@opencode-ai/ai/providers/google-vertex/anthropic", "accessToken"],
|
||||
["@opencode-ai/ai/providers/google-vertex/gemini", "accessToken"],
|
||||
["@opencode-ai/ai/providers/google-vertex/messages", "accessToken"],
|
||||
["@opencode-ai/ai/providers/anthropic", "authToken"],
|
||||
["@opencode-ai/ai/providers/anthropic-compatible", "authToken"],
|
||||
] as const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue