mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🌀 feat: Known Endpoints - Unify (#3778)
Signed-off-by: Fuegovic <fueg@live.ca>
This commit is contained in:
parent
9bfe40bfcd
commit
bd701c197e
4 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ PROXY=
|
|||
# PERPLEXITY_API_KEY=
|
||||
# SHUTTLEAI_API_KEY=
|
||||
# TOGETHERAI_API_KEY=
|
||||
# UNIFY_API_KEY=
|
||||
|
||||
#============#
|
||||
# Anthropic #
|
||||
|
|
|
|||
BIN
client/public/assets/unify.webp
Normal file
BIN
client/public/assets/unify.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
|
|
@ -17,6 +17,7 @@ const knownEndpointAssets = {
|
|||
[KnownEndpoints.perplexity]: '/assets/perplexity.png',
|
||||
[KnownEndpoints.shuttleai]: '/assets/shuttleai.png',
|
||||
[KnownEndpoints['together.ai']]: '/assets/together.png',
|
||||
[KnownEndpoints.unify]: '/assets/unify.webp',
|
||||
};
|
||||
|
||||
const knownEndpointClasses = {
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@ export enum KnownEndpoints {
|
|||
perplexity = 'perplexity',
|
||||
shuttleai = 'shuttleai',
|
||||
'together.ai' = 'together.ai',
|
||||
unify = 'unify',
|
||||
}
|
||||
|
||||
export enum FetchTokenConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue