From 9ff3b6099ce0dcd68ab81628bfddf823fc2b6572 Mon Sep 17 00:00:00 2001 From: NSDE Date: Tue, 15 Aug 2023 22:05:51 +0200 Subject: [PATCH] Added warn message --- public/locales/en-US/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en-US/api.json b/public/locales/en-US/api.json index 0cc983b..e852492 100644 --- a/public/locales/en-US/api.json +++ b/public/locales/en-US/api.json @@ -3,7 +3,7 @@ "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": "" + "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 and running /credentials.",