Add Explanation for entering the API key when adding an LLM (#2055)

### What problem does this PR solve?

Add Explanation for entering the API key when adding an LLM

### Type of change

- [x] Performance Improvement

---------

Co-authored-by: Zhedong Cen <cenzhedong2@126.com>
This commit is contained in:
黄腾
2024-08-22 16:46:10 +08:00
committed by GitHub
parent 733219cc3f
commit 35e880c432
3 changed files with 4 additions and 3 deletions

View File

@@ -433,7 +433,7 @@ export default {
modelsToBeAdded: '待添加的模型',
addTheModel: '添加模型',
apiKey: 'api-key',
apiKeyMessage: '請輸入 api key!',
apiKeyMessage: '請輸入api key(如果是本地部署的模型,請忽略它)',
apiKeyTip: 'API key可以通過註冊相應的LLM供應商來獲取。',
showMoreModels: '展示更多模型',
baseUrl: 'base-url',