diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 3f39cc00b3b..cb767cbd7cd 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement here on GitHub or -on the official [Discord Server](https://discord.gg/uDyZ5Tzhct). +on the official [Discord Server](https://discord.librechat.ai). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 36618437fab..142f67c953f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ If the feature you would like to contribute has not already received prior appro Please note that a pull request involving a feature that has not been reviewed and approved by the project maintainers may be rejected. We appreciate your understanding and cooperation. -If you would like to discuss the changes you wish to make, join our [Discord community](https://discord.gg/uDyZ5Tzhct), where you can engage with other contributors and seek guidance from the community. +If you would like to discuss the changes you wish to make, join our [Discord community](https://discord.librechat.ai), where you can engage with other contributors and seek guidance from the community. ## Our Standards diff --git a/.github/SECURITY.md b/.github/SECURITY.md index bd105f2526c..b01e04e0160 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -12,7 +12,7 @@ When reporting a security vulnerability, you have the following options to reach - **Option 2: GitHub Issues**: You can initiate first contact via GitHub Issues. However, please note that initial contact through GitHub Issues should not include any sensitive details. -- **Option 3: Discord Server**: You can join our [Discord community](https://discord.gg/5rbRxn4uME) and initiate first contact in the `#issues` channel. However, please ensure that initial contact through Discord does not include any sensitive details. +- **Option 3: Discord Server**: You can join our [Discord community](https://discord.librechat.ai) and initiate first contact in the `#issues` channel. However, please ensure that initial contact through Discord does not include any sensitive details. _After the initial contact, we will establish a private communication channel for further discussion._ @@ -39,11 +39,11 @@ Please note that as a security-conscious community, we may not always disclose d This security policy applies to the following GitHub repository: -- Repository: [LibreChat](https://github.com/danny-avila/LibreChat) +- Repository: [LibreChat](https://github.librechat.ai) ## 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. You can also reach out to us by [opening an issue](https://github.com/danny-avila/LibreChat/issues/new) on GitHub. Please note that the response time may vary depending on the nature and severity of the inquiry. +If you have any questions or concerns regarding the security of our project, please join our [Discord community](https://discord.librechat.ai) and report them in the appropriate channel. You can also reach out to us by [opening an issue](https://github.com/danny-avila/LibreChat/issues/new) on GitHub. Please note that the response time may vary depending on the nature and severity of the inquiry. ## Acknowledgments diff --git a/api/package.json b/api/package.json index 013b98b2819..68752102315 100644 --- a/api/package.json +++ b/api/package.json @@ -25,7 +25,7 @@ "bugs": { "url": "https://github.com/danny-avila/LibreChat/issues" }, - "homepage": "https://github.com/danny-avila/LibreChat#readme", + "homepage": "https://librechat.ai", "dependencies": { "@anthropic-ai/sdk": "^0.5.4", "@azure/search-documents": "^12.0.0", diff --git a/client/package.json b/client/package.json index 6adc99043cf..483dfa56a62 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "bugs": { "url": "https://github.com/danny-avila/LibreChat/issues" }, - "homepage": "https://github.com/danny-avila/LibreChat#readme", + "homepage": "https://librechat.ai", "dependencies": { "@headlessui/react": "^1.7.13", "@radix-ui/react-accordion": "^1.1.2", diff --git a/client/src/components/Chat/Footer.tsx b/client/src/components/Chat/Footer.tsx index 66d91e34d01..de78515159f 100644 --- a/client/src/components/Chat/Footer.tsx +++ b/client/src/components/Chat/Footer.tsx @@ -11,12 +11,7 @@ export default function Footer() { config.customFooter ) : ( <> - + {config?.appTitle || 'LibreChat'} v0.6.10 {' - '} {localize('com_ui_new_footer')} diff --git a/client/src/components/Input/Footer.tsx b/client/src/components/Input/Footer.tsx index c2e32f653d5..62c9a3d10c8 100644 --- a/client/src/components/Input/Footer.tsx +++ b/client/src/components/Input/Footer.tsx @@ -11,12 +11,7 @@ export default function Footer() { config.customFooter ) : ( <> - + {config?.appTitle || 'LibreChat'} v0.6.10 {' - '}. {localize('com_ui_pay_per_call')} diff --git a/client/src/components/Nav/NavLinks.tsx b/client/src/components/Nav/NavLinks.tsx index e35ac213dab..2fe3fa6916e 100644 --- a/client/src/components/Nav/NavLinks.tsx +++ b/client/src/components/Nav/NavLinks.tsx @@ -123,7 +123,7 @@ function NavLinks() { className="flex w-full cursor-pointer items-center gap-3 rounded-none px-3 py-3 text-sm text-white transition-colors duration-200 hover:bg-gray-700" svg={() => } text={localize('com_nav_help_faq')} - clickHandler={() => window.open('https://docs.librechat.ai/', '_blank')} + clickHandler={() => window.open('https://librechat.ai', '_blank')} /> diff --git a/docs/contributions/documentation_guidelines.md b/docs/contributions/documentation_guidelines.md index a3d05d688ac..bdd9873ed55 100644 --- a/docs/contributions/documentation_guidelines.md +++ b/docs/contributions/documentation_guidelines.md @@ -49,7 +49,7 @@ weight: 0 --- ### Example of HTML image embedding:

- + diff --git a/docs/contributions/translation_contribution.md b/docs/contributions/translation_contribution.md index e33a9ef8af1..62a493d5ef4 100644 --- a/docs/contributions/translation_contribution.md +++ b/docs/contributions/translation_contribution.md @@ -13,7 +13,7 @@ weight: -8 ## Language Translation ### Preparation -Fork the [LibreChat repository](https://github.com/danny-avila/LibreChat) and download it using git clone +Fork the [LibreChat repository](https://github.librechat.ai) and download it using git clone ### Add your language to `Translation.tsx`: - Navigate to the `client\src\localization` folder and open the `Translation.tsx` file diff --git a/docs/deployment/cloudflare.md b/docs/deployment/cloudflare.md index c9a44dfb1cd..ccea86993de 100644 --- a/docs/deployment/cloudflare.md +++ b/docs/deployment/cloudflare.md @@ -118,4 +118,4 @@ Now that you have installed the tunnel, it's time to configure it. Follow these --- -### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/deployment/digitalocean.md b/docs/deployment/digitalocean.md index 640b4b3b0d9..dd2b1e8f344 100644 --- a/docs/deployment/digitalocean.md +++ b/docs/deployment/digitalocean.md @@ -497,4 +497,4 @@ Stage and commit as in Part V, and you're all set! --- -### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/deployment/heroku.md b/docs/deployment/heroku.md index b3ffe8d6d20..a2dee8a2c26 100644 --- a/docs/deployment/heroku.md +++ b/docs/deployment/heroku.md @@ -203,5 +203,5 @@ heroku config:set KEY_NAME=KEY_VALUE --app your-app-name -### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/deployment/hetzner_ubuntu.md b/docs/deployment/hetzner_ubuntu.md index a25484d3ad5..f2d8560d7a8 100644 --- a/docs/deployment/hetzner_ubuntu.md +++ b/docs/deployment/hetzner_ubuntu.md @@ -142,4 +142,4 @@ ALLOW_REGISTRATION:False --- -### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/deployment/linode.md b/docs/deployment/linode.md index c4693d7fd88..ae9394455c4 100644 --- a/docs/deployment/linode.md +++ b/docs/deployment/linode.md @@ -87,4 +87,4 @@ Password: changeme --- -### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/deployment/meilisearch_in_render.md b/docs/deployment/meilisearch_in_render.md index d9769728db2..40b6ed0325e 100644 --- a/docs/deployment/meilisearch_in_render.md +++ b/docs/deployment/meilisearch_in_render.md @@ -86,4 +86,4 @@ Now, insert the below environment variable values into your LibreChat project (R ## Conclusion Now, you should be able to perform searches again, congratulations, you have successfully deployed Meilisearch on render.com -### Note: If you are still having issues, before creating a new issue, please search for similar issues on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or on our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussion page. If you cannot find a relevant issue, feel free to create a new one and provide as many details as possible. +### Note: If you are still having issues, before creating a new issue, please search for similar issues on our [#issues thread on our discord](https://discord.librechat.ai) or on our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussion page. If you cannot find a relevant issue, feel free to create a new one and provide as many details as possible. diff --git a/docs/deployment/ngrok.md b/docs/deployment/ngrok.md index 2c0b7167393..3f1f68b85ec 100644 --- a/docs/deployment/ngrok.md +++ b/docs/deployment/ngrok.md @@ -53,4 +53,4 @@ You will see a link that can be used to access LibreChat. --- ### Note: -This readme assumes some prior knowledge and familiarity with the command line, Docker, and running applications on your local machine. If you have any issues or questions, refer to the Ngrok documentation or open an issue on our [Discord server](https://discord.gg/NGaa9RPCft) +This readme assumes some prior knowledge and familiarity with the command line, Docker, and running applications on your local machine. If you have any issues or questions, refer to the Ngrok documentation or open an issue on our [Discord server](https://discord.librechat.ai) diff --git a/docs/deployment/render.md b/docs/deployment/render.md index 2ec539f6b59..c3209d769f4 100644 --- a/docs/deployment/render.md +++ b/docs/deployment/render.md @@ -120,4 +120,4 @@ Follow the instructions in this document but add each of the outgoing IP address ## Conclusion You can now access it by clicking the link, congrattulation, you've sucessfully deployed LibreChat on render.com -### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +### Note: If you're still having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/general_info/breaking_changes.md b/docs/general_info/breaking_changes.md index 4c5e86abfac..512d7f449aa 100644 --- a/docs/general_info/breaking_changes.md +++ b/docs/general_info/breaking_changes.md @@ -173,7 +173,7 @@ I had to change the environment variable from AZURE_OPENAI_API_KEY to AZURE_API_ ### Summary - In this version, we have simplified the configuration process, improved the security of your credentials, and updated the docker instructions. 🚀 - Please read the following sections carefully to learn how to upgrade your app and avoid any issues. 🙏 -- **Note:** If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +- **Note:** If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/new?category=troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. --- diff --git a/docs/index.md b/docs/index.md index 3abf481c36d..4026f691a91 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ weight: -10 ---

- + @@ -16,7 +16,7 @@ weight: -10

- + @@ -24,7 +24,7 @@ weight: -10 - + @@ -85,7 +85,7 @@ Please read the documentation before you do! For new features, components, or extensions, please open an issue and discuss before sending a PR. -- Join the [Discord community](https://discord.gg/uDyZ5Tzhct) +- Join the [Discord community](https://discord.librechat.ai) ## 💖 This project exists in its current state thanks to all the people who contribute --- diff --git a/docs/install/configuration/ai_setup.md b/docs/install/configuration/ai_setup.md index dd03a1a7b43..4f462e0926f 100644 --- a/docs/install/configuration/ai_setup.md +++ b/docs/install/configuration/ai_setup.md @@ -605,5 +605,5 @@ It is *not* recommended to use the copilot token obtained directly, instead use --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/install/configuration/free_ai_apis.md b/docs/install/configuration/free_ai_apis.md index 1c25e1acc42..cefe5acec87 100644 --- a/docs/install/configuration/free_ai_apis.md +++ b/docs/install/configuration/free_ai_apis.md @@ -53,4 +53,4 @@ You can set `OPENAI_API_KEY=user_provided` if you would like the user to add the --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/install/configuration/mongodb.md b/docs/install/configuration/mongodb.md index f280c4d25f8..2f521624a5f 100644 --- a/docs/install/configuration/mongodb.md +++ b/docs/install/configuration/mongodb.md @@ -94,4 +94,4 @@ mongodb+srv://fuegovic:1Gr8Banana@render-librechat.fgycwpi.mongo.net/LibreChat?r --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/install/installation/container_install.md b/docs/install/installation/container_install.md index de880efb5fe..206611bf0ee 100644 --- a/docs/install/installation/container_install.md +++ b/docs/install/installation/container_install.md @@ -258,4 +258,4 @@ Any errors in this file might affect the functionality of LibreChat. For more in --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. \ No newline at end of file +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. \ No newline at end of file diff --git a/docs/install/installation/docker_compose_install.md b/docs/install/installation/docker_compose_install.md index 244e9f5c0a8..720c8383240 100644 --- a/docs/install/installation/docker_compose_install.md +++ b/docs/install/installation/docker_compose_install.md @@ -139,4 +139,4 @@ services: --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/install/installation/linux_install.md b/docs/install/installation/linux_install.md index df3a591c9d9..398ecaca9b4 100644 --- a/docs/install/installation/linux_install.md +++ b/docs/install/installation/linux_install.md @@ -190,4 +190,4 @@ The above assumes that you're using the default terminal application on Linux an --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/install/installation/mac_install.md b/docs/install/installation/mac_install.md index f9190bc9c89..bef37d6340d 100644 --- a/docs/install/installation/mac_install.md +++ b/docs/install/installation/mac_install.md @@ -140,4 +140,4 @@ The above assumes that you're using the default Terminal application on macOS an --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/docs/install/installation/windows_install.md b/docs/install/installation/windows_install.md index 83aae2f0291..7946044bb7a 100644 --- a/docs/install/installation/windows_install.md +++ b/docs/install/installation/windows_install.md @@ -162,4 +162,4 @@ The above assumes that you're using the Windows PowerShell application on a Wind --- ->⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.gg/weqZFtD9C4) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. +>⚠️ Note: If you're having trouble, before creating a new issue, please search for similar ones on our [#issues thread on our discord](https://discord.librechat.ai) or our [troubleshooting discussion](https://github.com/danny-avila/LibreChat/discussions/categories/troubleshooting) on our Discussions page. If you don't find a relevant issue, feel free to create a new one and provide as much detail as possible. diff --git a/mkdocs.yml b/mkdocs.yml index ac5d413a3cf..9da92139d7e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -121,4 +121,4 @@ extra: name: Hugging Face copyright: - © 2023 LibreChat + © 2023 LibreChat diff --git a/package.json b/package.json index fbe29e5f3fd..cc3e4db2cba 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "bugs": { "url": "https://github.com/danny-avila/LibreChat/issues" }, - "homepage": "https://github.com/danny-avila/LibreChat#readme", + "homepage": "https://librechat.ai/", "devDependencies": { "@playwright/test": "^1.38.1", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/packages/data-provider/package.json b/packages/data-provider/package.json index eeebf1f7c76..9bf89d77aab 100644 --- a/packages/data-provider/package.json +++ b/packages/data-provider/package.json @@ -37,7 +37,7 @@ "bugs": { "url": "https://github.com/danny-avila/LibreChat/issues" }, - "homepage": "https://github.com/danny-avila/LibreChat#readme", + "homepage": "https://librechat.ai", "dependencies": { "@types/js-yaml": "^4.0.9", "axios": "^1.3.4",