feat(core): route providers through native AI (#39615)
This commit is contained in:
parent
0ffec67ca3
commit
7625cbdf47
6 changed files with 148 additions and 32 deletions
|
|
@ -15,7 +15,7 @@ import { testEffect } from "./lib/effect"
|
|||
|
||||
const selected = Info.make({
|
||||
...Info.default(Provider.ID.make("test-provider"), ID.make("gemini")),
|
||||
package: Provider.aisdk("@ai-sdk/google"),
|
||||
package: Provider.aisdk("@ai-sdk/mistral"),
|
||||
})
|
||||
const runtime = Model.make({ id: "gemini", provider: "test-provider", route: OpenAIChat.route })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue