diff --git a/SECURITY.md b/SECURITY.md index d478fbf09..5707f226d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -22,7 +22,7 @@ We will make every effort to acknowledge your report within 72 hours and keep yo ## Security Updates and Patching -We are committed to maintaining the security of our open-source project named ChatGPT-Clone and promptly addressing any identified vulnerabilities. To ensure the security of our project, we follow these practices: +We are committed to maintaining the security of our open-source project named LibreChat and promptly addressing any identified vulnerabilities. To ensure the security of our project, we follow these practices: - We prioritize security updates for the current major release of our software. - We actively monitor the GitHub Security Advisory system and the `#issues` channel on Discord for any vulnerability reports. - We promptly review and validate reported vulnerabilities and take appropriate actions to address them. @@ -32,7 +32,7 @@ Please note that as a security-conscious community, we may not always disclose d ## Scope This security policy applies to the following GitHub repository: -- Repository: [ChatGPT-Clone](https://github.com/danny-avila/chatgpt-clone) +- Repository: [LibreChat](https://github.com/danny-avila/chatgpt-clone) ## Contact If you have any questions or concerns regarding the security of our project, please join our [Discord community](https://discord.gg/NGaa9RPCft) and report them in the appropriate channel. diff --git a/api/.env.example b/api/.env.example index 81c4cd598..a98f64ff5 100644 --- a/api/.env.example +++ b/api/.env.example @@ -16,8 +16,8 @@ NODE_ENV=production # It's useful if your machine has difficulty calling the original API server. # PROXY= -# Change this to your MongoDB URI if different. I recommend appending chatgpt-clone. -MONGO_URI=mongodb://127.0.0.1:27017/chatgpt-clone +# Change this to your MongoDB URI if different. I recommend appending LibreChat. +MONGO_URI=mongodb://127.0.0.1:27017/LibreChat ########################## # OpenAI Endpoint: @@ -61,7 +61,7 @@ OPENAI_MODELS=gpt-3.5-turbo,gpt-3.5-turbo-0301,text-davinci-003,gpt-4 # Also used for Sydney and jailbreak # To get your Access token for Bing, login to https://www.bing.com # Use dev tools or an extension while logged into the site to copy the content of the _U cookie. -#If this fails, follow these instructions https://github.com/danny-avila/chatgpt-clone/issues/370#issuecomment-1560382302 to provide the full cookie strings. +#If this fails, follow these instructions https://github.com/danny-avila/LibreChat/issues/370#issuecomment-1560382302 to provide the full cookie strings. # Set to "user_provided" to allow the user to provide its token from the UI. # Leave it blank to disable this endpoint. BINGAI_TOKEN="user_provided" diff --git a/api/package.json b/api/package.json index a31747ddf..ae473ebb9 100644 --- a/api/package.json +++ b/api/package.json @@ -9,15 +9,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/danny-avila/chatgpt-clone.git" + "url": "git+https://github.com/danny-avila/LibreChat.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/danny-avila/chatgpt-clone/issues" + "url": "https://github.com/danny-avila/LibreChat/issues" }, - "homepage": "https://github.com/danny-avila/chatgpt-clone#readme", + "homepage": "https://github.com/danny-avila/LibreChat#readme", "dependencies": { "@dqbd/tiktoken": "^1.0.2", "@keyv/mongo": "^2.1.8", diff --git a/client/.env.example b/client/.env.example index 322d44d33..24a6973f6 100644 --- a/client/.env.example +++ b/client/.env.example @@ -3,7 +3,7 @@ ########################### # Custom app name, this text will be displayed in the landing page and the footer. -VITE_APP_TITLE="ChatGPT Clone" +VITE_APP_TITLE="LibreChat" ########################### # Server URL configuration: diff --git a/client/index.html b/client/index.html index d81d0bf3d..6d6c1dbf5 100644 --- a/client/index.html +++ b/client/index.html @@ -3,7 +3,7 @@
-