feat: add nvidia engine (#3279)

This commit is contained in:
NamH 2024-08-06 19:19:16 +07:00 committed by GitHub
parent 7fb1354287
commit 8372f30f0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ export const RemoteEngines = [
'groq',
'triton_trtllm',
'cohere',
'nvidia',
] as const
export const LlmEngines = [...LocalEngines, ...RemoteEngines] as const