You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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)
Copy file name to clipboardExpand all lines: web/src/locales/en.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -788,8 +788,8 @@ Example: general/v2/`,
788
788
'Please enter the API key (for locally deployed model,ignore this).',
789
789
apiKeyTip:
790
790
'The API key can be obtained by registering the corresponding LLM supplier.',
791
-
showMoreModels: 'View Models',
792
-
hideModels: 'Hide Models',
791
+
showMoreModels: 'View models',
792
+
hideModels: 'Hide models',
793
793
baseUrl: 'Base-Url',
794
794
baseUrlTip:
795
795
'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/`,
814
814
ttsModel: 'TTS',
815
815
ttsModelTip:
816
816
'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.',
0 commit comments