feat: add system default model help tip (#827)

This commit is contained in:
zxhlyh
2023-08-13 22:50:31 +08:00
committed by GitHub
parent 4b0d9272ef
commit 42a417167f
3 changed files with 32 additions and 10 deletions

View File

@@ -209,15 +209,15 @@ const translation = {
setupModelFirst: 'Please set up your model first',
systemReasoningModel: {
key: 'System Reasoning Model',
tip: 'System Reasoning Model',
tip: 'Set the default inference model to be used for creating applications, as well as features such as dialogue name generation and next question suggestion will also use the default inference model.',
},
embeddingModel: {
key: 'Embedding Model',
tip: 'Embedding Model',
tip: 'Set the default model for document embedding processing of the dataset, both retrieval and import of the dataset use this Embedding model for vectorization processing. Switching will cause the vector dimension between the imported dataset and the question to be inconsistent, resulting in retrieval failure. To avoid retrieval failure, please do not switch this model at will.',
},
speechToTextModel: {
key: 'Speech-to-Text Model',
tip: 'Speech-to-Text Model',
tip: 'Set the default model for speech-to-text input in conversation.',
},
quota: 'Quota',
searchModel: 'Search model',