Skip to content

Commit

Permalink
feat: add nvidia engine (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
namchuai authored Aug 6, 2024
1 parent 7fb1354 commit 8372f30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/types/model/modelEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const RemoteEngines = [
'groq',
'triton_trtllm',
'cohere',
'nvidia',
] as const

export const LlmEngines = [...LocalEngines, ...RemoteEngines] as const
Expand Down

0 comments on commit 8372f30

Please sign in to comment.