mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 23:34:00 +01:00
16 lines
1.2 KiB
JSON
16 lines
1.2 KiB
JSON
{
|
|
"securityMessage": "We prioritize 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 unauthorized use.",
|
|
"apiEndpoint": {
|
|
"inputLabel": "API Endpoint",
|
|
"description": "When you choose an unofficial API endpoint, it 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": "Please be very cautious when using an unofficial API endpoint. We do not take any responsibility for any issues that may arise from using an unofficial API endpoint."
|
|
},
|
|
"apiKey": {
|
|
"howTo": "Get your NovaAI API key by joining the NovaAI Discord Server, opening <0>#commands</0> and running /credentials.",
|
|
"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."
|
|
}
|