mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
🥧 feat: APIpie support (#2524)
This commit is contained in:
parent
bde6bb0152
commit
ca9a0fe629
7 changed files with 282 additions and 182 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue