mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 23:46:52 +08:00
### What problem does this PR solve? Fixes: Fixed some bugs #10703 - Removed S3 upload from the file upload component - Updated the dropdown menu style on the model provider page - Updated some model provider icons - Fixed other style issues ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -55,6 +55,7 @@ export enum LLMFactory {
|
||||
XAI = 'xAI',
|
||||
TokenPony = 'TokenPony',
|
||||
Meituan = 'Meituan',
|
||||
Longcat = 'LongCat',
|
||||
CometAPI = 'CometAPI',
|
||||
DeerAPI = 'DeerAPI',
|
||||
Builtin = 'Builtin',
|
||||
@ -74,7 +75,7 @@ export const IconMap = {
|
||||
[LLMFactory.VolcEngine]: 'volcengine',
|
||||
[LLMFactory.BaiChuan]: 'baichuan',
|
||||
[LLMFactory.Jina]: 'jina',
|
||||
[LLMFactory.MiniMax]: 'chat-minimax',
|
||||
[LLMFactory.MiniMax]: 'MiniMax',
|
||||
[LLMFactory.Mistral]: 'mistral',
|
||||
[LLMFactory.AzureOpenAI]: 'azure',
|
||||
[LLMFactory.Bedrock]: 'bedrock',
|
||||
@ -118,6 +119,7 @@ export const IconMap = {
|
||||
[LLMFactory.XAI]: 'xai',
|
||||
[LLMFactory.TokenPony]: 'tokenpony',
|
||||
[LLMFactory.Meituan]: 'longcat',
|
||||
[LLMFactory.Longcat]: 'longcat',
|
||||
[LLMFactory.CometAPI]: 'cometapi',
|
||||
[LLMFactory.DeerAPI]: 'deerapi',
|
||||
[LLMFactory.Builtin]: 'builtin',
|
||||
|
||||
Reference in New Issue
Block a user