From 1142e9d973b053251bff3477dd141eb0bd16f9c5 Mon Sep 17 00:00:00 2001
From: Jing Hua
+ + + +
View Demo @@ -61,6 +66,7 @@ Liked it? Please give a ⭐️ to **ChatGPTFreeApp**. - 🌐 Access ChatGPT from anywhere in the world, completely free of charge. - 📝 Create and edit messages from the perspectives of the system, assistant, and user. +- 📝 Customise model parameters such as temperature to achieve an unexpected outcome. - 🔀 Change the order of messages to suit your needs and preferences. - ➕ Add new messages in between old ones for a seamless conversation flow. - 💬 Utilise a wide range of languages to ensure maximum accessibility. @@ -70,3 +76,17 @@ Liked it? Please give a ⭐️ to **ChatGPTFreeApp**. ## 🛠️ Usage To get started, simply visit our website at [https://freechatgpt.chat/](https://freechatgpt.chat). You can start enjoying the power of ChatGPT powered by the [ayaka14732/ChatGPTAPIFree](https://github.com/ayaka14732/ChatGPTAPIFree) or use your own OpenAI API Key obtained from [OpenAI API Keys](https://platform.openai.com/account/api-keys). + +# 🙏 Support + +We need your help to continue providing the OpenAI API for free. As you may know, the API costs money and in order to sustain our mission of making AI accessible to everyone, we need your help. + +Every donation, no matter how small, will go towards paying for the API endpoint. By contributing to our crowdfunding campaign, you're not only supporting us, but you're also helping to shape the future of AI technology. + +We believe that artificial intelligence has the potential to revolutionize the way we live, work, and interact with one another. But this future is only possible if we work together and support initiatives like ours. + +So please, donate what you can and spread the word to your friends and family. With your help, we can continue to make the OpenAI API available for free to everyone. + +Thank you for your support. + +[![support](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/freechatgpt) diff --git a/src/components/AboutMenu/AboutMenu.tsx b/src/components/AboutMenu/AboutMenu.tsx index 602cac5..0283dfa 100644 --- a/src/components/AboutMenu/AboutMenu.tsx +++ b/src/components/AboutMenu/AboutMenu.tsx @@ -37,6 +37,15 @@ const AboutMenu = () => {
We highly value your privacy and are committed to safeguarding the privacy of our users. We do not collect or store any text you enter or receive from the OpenAI server in any form. Our source code is available for your inspection to verify this statement.
We prioritise the security of your API key and handle it with utmost care. If you use your own API key, 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.
+We need your help to continue providing the OpenAI API for free. As you may know, the API costs money and in order to sustain our mission of making AI accessible to everyone, we need your help.
+Every donation, no matter how small, will go towards paying for the API endpoint. By contributing to our crowdfunding campaign, you're not only supporting us, but you're also helping to shape the future of AI technology.
+We believe that artificial intelligence has the potential to revolutionize the way we live, work, and interact with one another. But this future is only possible if we work together and support initiatives like ours.
+So please, donate what you can and spread the word to your friends and family. With your help, we can continue to make the OpenAI API available for free to everyone.
+Thank you for your support.
diff --git a/src/components/PopupModal/PopupModal.tsx b/src/components/PopupModal/PopupModal.tsx index 2d412da..b28a39e 100644 --- a/src/components/PopupModal/PopupModal.tsx +++ b/src/components/PopupModal/PopupModal.tsx @@ -30,8 +30,8 @@ const PopupModal = ({ if (modalRoot) { return ReactDOM.createPortal(