nova-betterchat/public/locales/zh-TW/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": "此外,如果您提供了允許免費訪問 OpenAI API 的自定義 API 端點,您可以通過簡單地將 API 金鑰字段留空來使用 ChatGPT而無需提供 API 金鑰。然而,在使用第三方 API 端點時必須保持警惕,因為不值得信任的端點可能會在對話中記錄個人信息。在使用 API 端點之前,始終確認其可靠性,以保護您的隱私和安全。"
},
"apiKey": {
"howTo": "在<0>此處</0>獲取您的個人 API 金鑰。",
"inputLabel": "API 金鑰"
},
"customEndpoint": "使用自定義 API 端點",
"advancedConfig": "在<0>此處</0>查看高級 API 設定",
"noApiKeyWarning": "未提供 API key請檢查 API 設定。"
}