fix(agent): redirect to blank page when navigating home from model page

This commit is contained in:
Zhu,JW
2025-11-24 11:22:03 +08:00
parent 79ee33be7c
commit 898c0988db
6 changed files with 39 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ export default {
yes: 'Yes',
no: 'No',
total: 'Total',
know: 'Known',
rename: 'Rename',
name: 'Name',
save: 'Save',
@@ -106,6 +107,7 @@ export default {
noMoreData: `That's all. Nothing more.`,
},
knowledgeDetails: {
pleaseAddEmbeddingModel: 'Please add embedding model and LLM in the model provider first, then set them in "Set Default Model".',
localUpload: 'Local Upload',
fileSize: 'File Size',
fileType: 'File Type',