feat: upload file in FileManager #345 (#529)

### What problem does this PR solve?

feat: upload file in FileManager #345 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-04-25 08:46:18 +08:00
committed by GitHub
parent b06d6395bb
commit 51e7697df7
17 changed files with 412 additions and 50 deletions

View File

@ -382,7 +382,7 @@ export default {
passwordDescription:
'Please enter your current password to change your password.',
model: 'Model Providers',
modelDescription: 'Manage your account settings and preferences here.',
modelDescription: 'Set the model parameter and API Key here.',
team: 'Team',
logout: 'Log out',
username: 'Username',

View File

@ -352,7 +352,7 @@ export default {
password: '密碼',
passwordDescription: '請輸入您當前的密碼以更改您的密碼。',
model: '模型提供商',
modelDescription: '在此管理您的帳戶設置和首選項。',
modelDescription: '在此設置模型參數和 API Key。',
team: '團隊',
logout: '登出',
username: '使用者名稱',

View File

@ -369,7 +369,7 @@ export default {
password: '密码',
passwordDescription: '请输入您当前的密码以更改您的密码。',
model: '模型提供商',
modelDescription: '在此管理您的帐户设置和首选项。',
modelDescription: '在此设置模型参数和 API Key。',
team: '团队',
logout: '登出',
username: '用户名',