mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 09:08:52 +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
|
|
@ -130,6 +130,33 @@ Some of the endpoints are marked as **Known,** which means they might have speci
|
|||
|
||||

|
||||
|
||||
## ShuttleAI
|
||||
> ShuttleAI API key: [shuttleai.app/keys](https://shuttleai.app/keys)
|
||||
|
||||
**Notes:**
|
||||
|
||||
- **Known:** icon provided, fetching list of models is recommended.
|
||||
|
||||
```yaml
|
||||
- name: "ShuttleAI"
|
||||
apiKey: "${SHUTTLEAI_API_KEY}"
|
||||
baseURL: "https://api.shuttleai.app/v1"
|
||||
models:
|
||||
default: [
|
||||
"shuttle-1", "shuttle-turbo"
|
||||
]
|
||||
fetch: true
|
||||
titleConvo: true
|
||||
titleModel: "gemini-pro"
|
||||
summarize: false
|
||||
summaryModel: "llama-summarize"
|
||||
forcePrompt: false
|
||||
modelDisplayLabel: "ShuttleAI"
|
||||
dropParams: ["user"]
|
||||
```
|
||||
|
||||

|
||||
|
||||
## Fireworks
|
||||
> Fireworks API key: [fireworks.ai/api-keys](https://fireworks.ai/api-keys)
|
||||
|
||||
|
|
|
|||
|
|
@ -135,8 +135,9 @@ PROXY=
|
|||
|
||||
```sh
|
||||
GROQ_API_KEY=
|
||||
MISTRAL_API_KEY=
|
||||
SHUTTLEAI_KEY=
|
||||
OPENROUTER_KEY=
|
||||
MISTRAL_API_KEY=
|
||||
ANYSCALE_API_KEY=
|
||||
FIREWORKS_API_KEY=
|
||||
PERPLEXITY_API_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue