File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
packages/data-provider/src Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 65
65
# ANYSCALE_API_KEY=
66
66
# APIPIE_API_KEY=
67
67
# COHERE_API_KEY=
68
+ # DEEPSEEK_API_KEY=
68
69
# DATABRICKS_API_KEY=
69
70
# FIREWORKS_API_KEY=
70
71
# GROQ_API_KEY=
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ const knownEndpointAssets = {
6
6
[ KnownEndpoints . anyscale ] : '/assets/anyscale.png' ,
7
7
[ KnownEndpoints . apipie ] : '/assets/apipie.png' ,
8
8
[ KnownEndpoints . cohere ] : '/assets/cohere.png' ,
9
+ [ KnownEndpoints . deepseek ] : '/assets/deepseek.svg' ,
9
10
[ KnownEndpoints . fireworks ] : '/assets/fireworks.png' ,
10
11
[ KnownEndpoints . groq ] : '/assets/groq.png' ,
11
12
[ KnownEndpoints . huggingface ] : '/assets/huggingface.svg' ,
Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ export enum KnownEndpoints {
475
475
apipie = 'apipie' ,
476
476
cohere = 'cohere' ,
477
477
fireworks = 'fireworks' ,
478
+ deepseek = 'deepseek' ,
478
479
groq = 'groq' ,
479
480
huggingface = 'huggingface' ,
480
481
mistral = 'mistral' ,
You can’t perform that action at this time.
0 commit comments