Feat/add xinference openllm provider (#958)

This commit is contained in:
zxhlyh
2023-08-22 18:19:10 +08:00
committed by GitHub
parent 5cba2e7087
commit 215a27fd95
21 changed files with 1119 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ export enum ProviderEnum {
'spark' = 'spark',
'minimax' = 'minimax',
'chatglm' = 'chatglm',
'xinference' = 'xinference',
'openllm' = 'openllm',
}
export type ProviderConfigItem = {