File tree Expand file tree Collapse file tree 4 files changed +3
-0
lines changed
packages/data-provider/src Expand file tree Collapse file tree 4 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 75
75
# PERPLEXITY_API_KEY=
76
76
# SHUTTLEAI_API_KEY=
77
77
# TOGETHERAI_API_KEY=
78
+ # UNIFY_API_KEY=
78
79
79
80
# ============#
80
81
# Anthropic #
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ const knownEndpointAssets = {
17
17
[ KnownEndpoints . perplexity ] : '/assets/perplexity.png' ,
18
18
[ KnownEndpoints . shuttleai ] : '/assets/shuttleai.png' ,
19
19
[ KnownEndpoints [ 'together.ai' ] ] : '/assets/together.png' ,
20
+ [ KnownEndpoints . unify ] : '/assets/unify.webp' ,
20
21
} ;
21
22
22
23
const knownEndpointClasses = {
Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ export enum KnownEndpoints {
485
485
perplexity = 'perplexity' ,
486
486
shuttleai = 'shuttleai' ,
487
487
'together.ai' = 'together.ai' ,
488
+ unify = 'unify' ,
488
489
}
489
490
490
491
export enum FetchTokenConfig {
You can’t perform that action at this time.
0 commit comments