feat: add LocalAI local embedding model support (#1021)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -41,6 +41,7 @@ export enum ProviderEnum {
|
||||
'chatglm' = 'chatglm',
|
||||
'xinference' = 'xinference',
|
||||
'openllm' = 'openllm',
|
||||
'localai' = 'localai',
|
||||
}
|
||||
|
||||
export type ProviderConfigItem = {
|
||||
|
||||
Reference in New Issue
Block a user