mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
### What problem does this PR solve? Feat: Add xai logo #1853 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -52,6 +52,8 @@ export enum LLMFactory {
|
||||
GiteeAI = 'GiteeAI',
|
||||
Ai302 = '302.AI',
|
||||
DeepInfra = 'DeepInfra',
|
||||
Grok = 'Grok',
|
||||
XAI = 'xAI',
|
||||
}
|
||||
|
||||
// Please lowercase the file name
|
||||
@ -109,4 +111,6 @@ export const IconMap = {
|
||||
[LLMFactory.GiteeAI]: 'gitee-ai',
|
||||
[LLMFactory.Ai302]: 'ai302',
|
||||
[LLMFactory.DeepInfra]: 'deepinfra',
|
||||
[LLMFactory.Grok]: 'grok',
|
||||
[LLMFactory.XAI]: 'xai',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user