update Providers

This commit is contained in:
Martin McKeaveney 2024-09-18 10:52:52 +01:00
parent 2cf07a40f6
commit cb8d0984b1
1 changed files with 1 additions and 1 deletions

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]: {