mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🚀 feat: Add ShuttleAI as Known Endpoint (#2152)
Added new Official Known Endpoint (ShuttleAI)
This commit is contained in:
parent
f521040784
commit
1ee2c32a67
7 changed files with 40 additions and 2 deletions
|
|
@ -221,6 +221,7 @@ export type TCustomConfig = z.infer<typeof configSchema>;
|
|||
|
||||
export enum KnownEndpoints {
|
||||
mistral = 'mistral',
|
||||
shuttleai = 'shuttleai',
|
||||
openrouter = 'openrouter',
|
||||
groq = 'groq',
|
||||
anyscale = 'anyscale',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue