mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
### What problem does this PR solve? Feat: Support GiteeAI model #1853 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -49,6 +49,7 @@ export enum LLMFactory {
|
||||
SentenceTransformers = 'sentence-transformers',
|
||||
GPUStack = 'GPUStack',
|
||||
VLLM = 'VLLM',
|
||||
GiteeAI = 'GiteeAI',
|
||||
}
|
||||
|
||||
// Please lowercase the file name
|
||||
@ -103,4 +104,5 @@ export const IconMap = {
|
||||
[LLMFactory.SentenceTransformers]: 'sentence-transformers',
|
||||
[LLMFactory.GPUStack]: 'gpustack',
|
||||
[LLMFactory.VLLM]: 'vllm',
|
||||
[LLMFactory.GiteeAI]: 'gitee-ai',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user