mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-26 00:34:00 +01:00
191739d995
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
16 lines
1.4 KiB
JSON
16 lines
1.4 KiB
JSON
{
|
|
"securityMessage": "We prioritise the security of your API key and handle it with utmost care. Your key is exclusively stored on your browser and never shared with any third-party entity. It is solely used for the intended purpose of accessing the OpenAI API and not for any other unauthorised use.",
|
|
"apiEndpoint": {
|
|
"inputLabel": "API Endpoint",
|
|
"description": "When you choose an unofficial API endpoint, it essentially functions as a proxy. A proxy works by acting as an intermediary between your device and the destination server, in this case, the OpenAI API. By doing so, it enables you to access the OpenAI API in regions where it might otherwise be restricted.",
|
|
"warn": "Additionally, if you provide a custom API endpoint that grants free access to the OpenAI API, you can use ChatGPT without the need to supply an API key by simply leaving the API key field blank. However, it's crucial to be cautious when using third-party API endpoints, as untrustworthy ones may log your personal information in the conversations. Always verify the reliability of an API endpoint before using it to protect your privacy and security."
|
|
},
|
|
"apiKey": {
|
|
"howTo": "Get your personal API key <0>here</0>.",
|
|
"inputLabel": "API Key"
|
|
},
|
|
"customEndpoint": "Use custom API endpoint",
|
|
"advancedConfig": "View advanced API configuration <0>here</0>",
|
|
"noApiKeyWarning": "No API key supplied! Please check your API settings."
|
|
}
|