nova-betterchat/public/locales/en/api.json

14 lines
671 B
JSON
Raw Normal View History

{
"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": {
"option": "Use free API endpoint",
"inputLabel": "Free API Endpoint",
"description": "Use free API endpoint from <0>Ayaka</0>: https://chatgpt-api.shn.hk/v1/ or enter your own API endpoint"
},
"apiKey": {
"option": "Use your own API key",
"howTo": "Get your personal API key <0>here</0>",
"inputLabel": "API Key"
}
}