🚀 feat: Add ShuttleAI as Known Endpoint (#2152)

Added new Official Known Endpoint (ShuttleAI)
This commit is contained in:
Hermes Trismegistus 2024-03-21 06:17:57 -07:00 committed by GitHub
parent f521040784
commit 1ee2c32a67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 40 additions and 2 deletions

View file

@ -221,6 +221,7 @@ export type TCustomConfig = z.infer<typeof configSchema>;
export enum KnownEndpoints {
mistral = 'mistral',
shuttleai = 'shuttleai',
openrouter = 'openrouter',
groq = 'groq',
anyscale = 'anyscale',