🌀 feat: Known Endpoints - Unify (#3778)

Signed-off-by: Fuegovic <fueg@live.ca>
This commit is contained in:
Fuegovic 2024-08-25 19:10:25 -04:00 committed by GitHub
parent 9bfe40bfcd
commit bd701c197e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 0 deletions

View file

@ -75,6 +75,7 @@ PROXY=
# PERPLEXITY_API_KEY= # PERPLEXITY_API_KEY=
# SHUTTLEAI_API_KEY= # SHUTTLEAI_API_KEY=
# TOGETHERAI_API_KEY= # TOGETHERAI_API_KEY=
# UNIFY_API_KEY=
#============# #============#
# Anthropic # # Anthropic #

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -17,6 +17,7 @@ const knownEndpointAssets = {
[KnownEndpoints.perplexity]: '/assets/perplexity.png', [KnownEndpoints.perplexity]: '/assets/perplexity.png',
[KnownEndpoints.shuttleai]: '/assets/shuttleai.png', [KnownEndpoints.shuttleai]: '/assets/shuttleai.png',
[KnownEndpoints['together.ai']]: '/assets/together.png', [KnownEndpoints['together.ai']]: '/assets/together.png',
[KnownEndpoints.unify]: '/assets/unify.webp',
}; };
const knownEndpointClasses = { const knownEndpointClasses = {

View file

@ -485,6 +485,7 @@ export enum KnownEndpoints {
perplexity = 'perplexity', perplexity = 'perplexity',
shuttleai = 'shuttleai', shuttleai = 'shuttleai',
'together.ai' = 'together.ai', 'together.ai' = 'together.ai',
unify = 'unify',
} }
export enum FetchTokenConfig { export enum FetchTokenConfig {