mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
add more providers to config
This commit is contained in:
parent
58756d1950
commit
9997b3a42e
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ const baseModelConfig: z.infer<typeof ModelConfigT> = {
|
|||
openai: {
|
||||
flavor: "openai",
|
||||
},
|
||||
anthropic: {
|
||||
flavor: "anthropic",
|
||||
},
|
||||
google: {
|
||||
flavor: "google"
|
||||
},
|
||||
},
|
||||
defaults: {
|
||||
provider: "openai",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue