Skip to content

Commit

Permalink
fix: add nvidia engine (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
namchuai authored Aug 5, 2024
1 parent 323a4f3 commit 5bd1f07
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 5bd1f07

Please sign in to comment.