🥧 feat: APIpie support (#2524)

This commit is contained in:
Fuegovic 2024-04-24 20:32:18 -04:00 committed by GitHub
parent bde6bb0152
commit ca9a0fe629
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 282 additions and 182 deletions

View file

@ -244,16 +244,17 @@ export const configSchema = z.object({
export type TCustomConfig = z.infer<typeof configSchema>;
export enum KnownEndpoints {
mistral = 'mistral',
shuttleai = 'shuttleai',
openrouter = 'openrouter',
groq = 'groq',
anyscale = 'anyscale',
fireworks = 'fireworks',
ollama = 'ollama',
perplexity = 'perplexity',
'together.ai' = 'together.ai',
apipie = 'apipie',
cohere = 'cohere',
fireworks = 'fireworks',
groq = 'groq',
mistral = 'mistral',
ollama = 'ollama',
openrouter = 'openrouter',
perplexity = 'perplexity',
shuttleai = 'shuttleai',
'together.ai' = 'together.ai',
}
export enum FetchTokenConfig {