Merge pull request #295 from rowboatlabs/dev

add more providers to config
This commit is contained in:
Ramnique Singh 2025-11-19 00:46:01 +05:30 committed by GitHub
commit d47b457518
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,12 @@ const baseModelConfig: z.infer<typeof ModelConfigT> = {
openai: {
flavor: "openai",
},
anthropic: {
flavor: "anthropic",
},
google: {
flavor: "google"
},
},
defaults: {
provider: "openai",