mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
🤖 docs: Add Groq and other Compatible AI Endpoints (#1915)
* chore: bump bun dependencies * feat: make `groq` a known endpoint * docs: compatible ai endpoints * Update ai_endpoints.md * Update ai_endpoints.md
This commit is contained in:
parent
04eeb59d47
commit
5d887492ea
10 changed files with 134 additions and 7 deletions
|
|
@ -174,6 +174,7 @@ export type TCustomConfig = z.infer<typeof configSchema>;
|
|||
export enum KnownEndpoints {
|
||||
mistral = 'mistral',
|
||||
openrouter = 'openrouter',
|
||||
groq = 'groq',
|
||||
}
|
||||
|
||||
export const defaultEndpoints: EModelEndpoint[] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue