nova-betterchat/public/locales/zh-CN/api.json
2023-03-25 13:04:06 +08:00

19 lines
1.2 KiB
JSON

{
"securityMessage": "我们高度优先考虑您的 API 密钥的安全,并非常小心地处理它。您的密钥将专门存储在您的浏览器中,并且永远不会与任何第三方实体共享。它仅用于访问 OpenAI API 的预期用途,而不是用于任何其他未经授权的用途。",
"apiEndpoint": {
"option": "使用免费的 API 端点",
"inputLabel": "API 端点",
"description": "感谢 <0>Ayaka</0> 提供免费的 API 端点: https://chatgpt-api.shn.hk/v1/。",
"note": "Please note that the availability of the free endpoint is not indefinite, as its funding is limited and will eventually be depleted. Users with their own API key can continue using BetterChatGPT without any disruptions."
},
"apiKey": {
"option": "使用自己的 API 密钥",
"howTo": "在<0>这里</0>获取您的个人 API 密钥",
"inputLabel": "API 密钥"
},
"customEndpoint": "使用自定义 API 端点",
"shareGPT": "看看 <0>ShareGPT</0>,一个 API key 共享工具,驱动 https://sharegpt.churchless.tech/share/v1/chat。",
"advancedConfig": "View advanced API configuration <0>here</0>",
"noApiKeyWarning": "No API key supplied! Please check your API settings."
}