nova-betterchat/public/locales/zh-CN/api.json
Ayaka Mikazuki 191739d995 remove free APIs
Remove free APIs as they ran out of funding. Users can still use
third-party free APIs by using custom endpoints.

Ref: #144

Squashed commit of the following:

commit 81e9b9963ea8c4532c110bfe2ddb67b603683875
Author: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date:   Mon Mar 27 17:30:11 2023 +1000

    update translations

commit 7bf023ed2f392e79026dd1d4154b83397bba2249
Author: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date:   Mon Mar 27 16:44:36 2023 +1000

    update API menu

commit 641b34cfafbc8e10d3ba9730f58a3f10a57dd52b
Author: Jing Hua <tohjinghua123@gmail.com>
Date:   Mon Mar 27 14:19:49 2023 +0800

    remove api free option
2023-03-27 17:32:54 +10:00

16 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"securityMessage": "我们高度优先考虑您的 API 密钥的安全,并非常小心地处理它。您的密钥将专门存储在您的浏览器中,并且永远不会与任何第三方实体共享。它仅用于访问 OpenAI API 的预期用途,而不是用于任何其他未经授权的用途。",
"apiEndpoint": {
"inputLabel": "API 端点",
"description": "选用非官方 API 端点时,它会作为代理运作。代理作用是在您的设备和目标服务器(在本例中为 OpenAI API之间充当中介。通过这样做您能够在被限制的地区访问 OpenAI API。",
"warn": "此外,如果您提供自定义 API 端点并授予免费访问 OpenAI API 的权限,您可以通过留空 API 密钥字段来使用 ChatGPT而无需提供API密钥。但是使用第三方 API 端点时务必谨慎,因为不可信的端点可能会在对话中记录您的个人信息。使用之前请始终验证 API 端点的可靠性以保护您的隐私和安全。"
},
"apiKey": {
"howTo": "在<0>此处</0>获取您的个人 API 密钥。",
"inputLabel": "API 密钥"
},
"customEndpoint": "使用自定义 API 端点",
"advancedConfig": "在<0>此处</0>查看高级 API 设置",
"noApiKeyWarning": "缺少 API key请检查 API 设置。"
}