mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 17:15:32 +08:00
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:
@ -450,7 +450,7 @@ export default {
|
||||
modelsToBeAdded: '待添加的模型',
|
||||
addTheModel: '添加模型',
|
||||
apiKey: 'API-Key',
|
||||
apiKeyMessage: '请输入 api key!',
|
||||
apiKeyMessage: '请输入api key(如果是本地部署的模型,请忽略它)',
|
||||
apiKeyTip: 'API key可以通过注册相应的LLM供应商来获取。',
|
||||
showMoreModels: '展示更多模型',
|
||||
baseUrl: 'Base-Url',
|
||||
|
||||
Reference in New Issue
Block a user