1
0
Fork 0
mirror of synced 2024-09-24 13:21:53 +12:00

update Providers

This commit is contained in:
Martin McKeaveney 2024-09-18 10:52:52 +01:00
parent 2cf07a40f6
commit cb8d0984b1

View file

@ -111,7 +111,7 @@ export interface SCIMInnerConfig {
export interface SCIMConfig extends Config<SCIMInnerConfig> {}
type AIProvider = "OpenAI" | "Anthropic" | "AzureOpenAI" | "Custom"
export type AIProvider = "OpenAI" | "Anthropic" | "TogetherAI" | "Custom"
export interface AIInnerConfig {
[key: string]: {