Skip to content

Commit

Permalink
🌀 feat: Known Endpoints - Unify (danny-avila#3778)
Browse files Browse the repository at this point in the history
Signed-off-by: Fuegovic <fueg@live.ca>
  • Loading branch information
fuegovic authored Aug 25, 2024
1 parent ae55b2d commit bfe43cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ PROXY=
# PERPLEXITY_API_KEY=
# SHUTTLEAI_API_KEY=
# TOGETHERAI_API_KEY=
# UNIFY_API_KEY=

#============#
# Anthropic #
Expand Down
Binary file added client/public/assets/unify.webp
Binary file not shown.
1 change: 1 addition & 0 deletions client/src/components/Chat/Menus/Endpoints/UnknownIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
1 change: 1 addition & 0 deletions packages/data-provider/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ export enum KnownEndpoints {
perplexity = 'perplexity',
shuttleai = 'shuttleai',
'together.ai' = 'together.ai',
unify = 'unify',
}

export enum FetchTokenConfig {
Expand Down

0 comments on commit bfe43cf

Please sign in to comment.