mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
❎ feat: Known Endpoint, xAI (#4632)
* feat: Known Endpoint, xAI * chore: update librechat-data-provider version to 0.7.53 * ci: name property removal * feat: add XAI_API_KEY to example environment variables
This commit is contained in:
parent
fc41032923
commit
3428c3c647
10 changed files with 22 additions and 12 deletions
|
|
@ -550,6 +550,7 @@ export enum KnownEndpoints {
|
|||
shuttleai = 'shuttleai',
|
||||
'together.ai' = 'together.ai',
|
||||
unify = 'unify',
|
||||
xai = 'xai',
|
||||
}
|
||||
|
||||
export enum FetchTokenConfig {
|
||||
|
|
@ -584,7 +585,8 @@ export const alternateName = {
|
|||
[EModelEndpoint.anthropic]: 'Anthropic',
|
||||
[EModelEndpoint.custom]: 'Custom',
|
||||
[EModelEndpoint.bedrock]: 'AWS Bedrock',
|
||||
ollama: 'Ollama',
|
||||
[KnownEndpoints.ollama]: 'Ollama',
|
||||
[KnownEndpoints.xai]: 'xAI',
|
||||
};
|
||||
|
||||
const sharedOpenAIModels = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue