Skip to content

Commit bd701c1

Browse files
authored
🌀 feat: Known Endpoints - Unify (danny-avila#3778)
Signed-off-by: Fuegovic <[email protected]>
1 parent 9bfe40b commit bd701c1

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ PROXY=
7575
# PERPLEXITY_API_KEY=
7676
# SHUTTLEAI_API_KEY=
7777
# TOGETHERAI_API_KEY=
78+
# UNIFY_API_KEY=
7879

7980
#============#
8081
# Anthropic #

client/public/assets/unify.webp

6.77 KB
Loading

client/src/components/Chat/Menus/Endpoints/UnknownIcon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const knownEndpointAssets = {
1717
[KnownEndpoints.perplexity]: '/assets/perplexity.png',
1818
[KnownEndpoints.shuttleai]: '/assets/shuttleai.png',
1919
[KnownEndpoints['together.ai']]: '/assets/together.png',
20+
[KnownEndpoints.unify]: '/assets/unify.webp',
2021
};
2122

2223
const knownEndpointClasses = {

packages/data-provider/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ export enum KnownEndpoints {
485485
perplexity = 'perplexity',
486486
shuttleai = 'shuttleai',
487487
'together.ai' = 'together.ai',
488+
unify = 'unify',
488489
}
489490

490491
export enum FetchTokenConfig {

0 commit comments

Comments
 (0)