Feat/dataset support api service (#1240)

Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
zxhlyh 2023-09-27 16:06:49 +08:00 committed by GitHub
commit 9dbb8acd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1832 additions and 20 deletions

View file

@ -12,7 +12,7 @@ const translation = {
never: '从未',
apiKeyModal: {
apiSecretKey: 'API 密钥',
apiSecretKeyTips: '如果不想你的应用 API 被滥用,请保护好你的 API Key :) 最佳实践是避免在前端代码中明文引用。',
apiSecretKeyTips: '如果不想你的 API 被滥用,请保护好你的 API Key :) 最佳实践是避免在前端代码中明文引用。',
createNewSecretKey: '创建密钥',
secretKey: '密钥',
created: '创建时间',

View file

@ -18,6 +18,8 @@ const translation = {
intro6: ' as a standalone ChatGPT index plug-in to publish',
unavailable: 'Unavailable',
unavailableTip: 'Embedding model is not available, the default embedding model needs to be configured',
datasets: 'DATASETS',
datasetsApi: 'API',
}
export default translation

View file

@ -18,6 +18,8 @@ const translation = {
intro6: '为独立的 ChatGPT 插件发布使用',
unavailable: '不可用',
unavailableTip: '由于 embedding 模型不可用,需要配置默认 embedding 模型',
datasets: '数据集',
datasetsApi: 'API',
}
export default translation