diff --git a/core/src/types/model/modelEntity.ts b/core/src/types/model/modelEntity.ts index d80071312..cd3451bdc 100644 --- a/core/src/types/model/modelEntity.ts +++ b/core/src/types/model/modelEntity.ts @@ -11,6 +11,7 @@ export const RemoteEngines = [ 'groq', 'triton_trtllm', 'cohere', + 'nvidia', ] as const export const LlmEngines = [...LocalEngines, ...RemoteEngines] as const