-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"securityMessage": "我們高度優先考慮您的 API 金鑰的安全,並非常小心地處理它。您的金鑰將專門儲存在您的瀏覽器中,並且永遠不會與任何第三方實體共享。它僅用於訪問 OpenAI API 的預期用途,而不是用於任何其他未經授權的用途。", | ||
"securityMessage": "我們高度重視您的 API 金鑰安全,並非常小心地處理它。您的金鑰專門儲存在您的瀏覽器中,並且不會與任何第三方實體共享。它僅用於存取 OpenAI API 的指定用途,不會用於任何其他未經授權的用途。", | ||
"apiEndpoint": { | ||
"inputLabel": "API 端點", | ||
"description": "選擇非官方 API 端點時,它充當代理。代理是通過在您的設備和目標伺服器(在此例中為 OpenAI API)之間充當中介來工作的。透過這樣做,您能夠在其他可能受限制的地區訪問 OpenAI API。", | ||
"warn": "此外,如果您提供了允許免費訪問 OpenAI API 的自定義 API 端點,您可以通過簡單地將 API 金鑰字段留空來使用 ChatGPT,而無需提供 API 金鑰。然而,在使用第三方 API 端點時必須保持警惕,因為不值得信任的端點可能會在對話中記錄個人信息。在使用 API 端點之前,始終確認其可靠性,以保護您的隱私和安全。" | ||
"description": "當您選擇非官方 API 端點時,它將作為代理。代理的作用是在您的裝置與目的伺服器(本例中為 OpenAI API)之間作為中介。透過這個方式,它讓您能夠在其他可能受限的地區存取 OpenAI API。", | ||
"warn": "此外,如果您提供了一個允許免費存取 OpenAI API 的自訂 API 端點,您只需將 API 金鑰欄位留空即可使用 ChatGPT,無需提供 API 金鑰。不過,在使用第三方 API 端點時必須謹慎,因為不可靠的端點可能會在對話中記錄您的個人資訊。在使用 API 端點前,請始終確認其可靠性,以保護您的隱私和安全。" | ||
}, | ||
"apiKey": { | ||
"howTo": "在<0>此處</0>獲取您的個人 API 金鑰。", | ||
"howTo": "在<0>此處</0>取得您的個人 API 金鑰。", | ||
"inputLabel": "API 金鑰" | ||
}, | ||
"customEndpoint": "使用自定義 API 端點", | ||
"advancedConfig": "在<0>此處</0>查看高級 API 設定", | ||
"noApiKeyWarning": "未提供 API key,請檢查 API 設定。" | ||
"customEndpoint": "使用自訂 API 端點", | ||
"advancedConfig": "在<0>此處</0>檢視進階 API 設定", | ||
"noApiKeyWarning": "未提供 API 金鑰!請檢查 API 設定。" | ||
} |