WIP BudibaseAI provider.

This commit is contained in:
Sam Rose 2025-03-25 10:26:36 +00:00
parent 5c03a38b44
commit 67bc0dcf4b
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 761ec71e1543ef04887d6515f99a2c2911999ebf
Subproject commit d15384e81cf985ca04a514bea0bc9d091b6c482e

View File

@ -117,6 +117,7 @@ export type AIProvider =
| "AzureOpenAI"
| "TogetherAI"
| "Custom"
| "BudibaseAI"
export interface ProviderConfig {
provider: AIProvider