mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
Feat/support 302ai provider (#8742)
### What problem does this PR solve? Support 302.AI provider. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -50,6 +50,7 @@ export enum LLMFactory {
|
||||
GPUStack = 'GPUStack',
|
||||
VLLM = 'VLLM',
|
||||
GiteeAI = 'GiteeAI',
|
||||
Ai302 = '302.AI',
|
||||
DeepInfra = 'DeepInfra',
|
||||
}
|
||||
|
||||
@ -106,5 +107,6 @@ export const IconMap = {
|
||||
[LLMFactory.GPUStack]: 'gpustack',
|
||||
[LLMFactory.VLLM]: 'vllm',
|
||||
[LLMFactory.GiteeAI]: 'gitee-ai',
|
||||
[LLMFactory.Ai302]: 'ai302',
|
||||
[LLMFactory.DeepInfra]: 'deepinfra',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user