mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? Fix: Bug Fixes #10703 - Fixed the menu order in the user center - Added a disabled RAPTOR scope - Fixed some style issues ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -788,8 +788,8 @@ Example: general/v2/`,
|
||||
'Please enter the API key (for locally deployed model,ignore this).',
|
||||
apiKeyTip:
|
||||
'The API key can be obtained by registering the corresponding LLM supplier.',
|
||||
showMoreModels: 'View Models',
|
||||
hideModels: 'Hide Models',
|
||||
showMoreModels: 'View models',
|
||||
hideModels: 'Hide models',
|
||||
baseUrl: 'Base-Url',
|
||||
baseUrlTip:
|
||||
'If your API key is from OpenAI, just ignore it. Any other intermediate providers will give this base url with the API key.',
|
||||
@ -814,7 +814,7 @@ Example: general/v2/`,
|
||||
ttsModel: 'TTS',
|
||||
ttsModelTip:
|
||||
'The default text-to-speech model. If you cannot find a model from the dropdown, check https://ragflow.io/docs/dev/supported_models to see if your model provider supports this model.',
|
||||
workspace: 'Workspace',
|
||||
workspace: 'workspace',
|
||||
upgrade: 'Upgrade',
|
||||
addLlmTitle: 'Add LLM',
|
||||
editLlmTitle: 'Edit {{name}} Model',
|
||||
@ -922,7 +922,7 @@ Example: general/v2/`,
|
||||
add: 'Add',
|
||||
updateDate: 'Date',
|
||||
role: 'State',
|
||||
invite: 'Invite Member',
|
||||
invite: 'Invite member',
|
||||
agree: 'Accept',
|
||||
refuse: 'Decline',
|
||||
teamMembers: 'Team members',
|
||||
|
||||
Reference in New Issue
Block a user