[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71145":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":20,"defaultBranch":21,"hasWiki":19,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":43,"readmeContent":44,"aiSummary":45,"trendingCount":16,"starSnapshotCount":16,"syncStatus":46,"lastSyncTime":47,"discoverSource":48},71145,"freegpt-webui","ramon-victor\u002Ffreegpt-webui","ramon-victor","GPT 3.5\u002F4 with a Chat Web UI. No API key required.","https:\u002F\u002Ffreegpt-webui-chimera.ramonvc.repl.co",null,"Python",5629,1205,1,83,0,40.24,"GNU General Public License v3.0",true,false,"main",[23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],"apifree","chatgpt","chatgpt-api","chatgpt-clone","freegpt","freegpt4","gpt-4","gpt-4-api","gpt-4-free","gpt-free","gpt-interface","gpt3","gpt3-api","gpt3-turbo","gpt4","gpt4all","gptfree","jailbreak","language-model","website","2026-06-12 02:02:48","# FreeGPT WebUI \n## GPT 3.5\u002F4\n\nThis project features a WebUI utilizing the [G4F API](https:\u002F\u002Fgithub.com\u002Fxtekky\u002Fgpt4free). \u003Cbr>\nExperience the power of ChatGPT with a user-friendly interface, enhanced jailbreaks, and completely free.\n\n##\n> [!WARNING]\n> It's with a heavy heart that I announce the archiving of this repository. Due to various commitments, I no longer have the time to maintain and keep it updated.\n> I want to express my sincere thanks to everyone who contributed to and used this project; your  involvement was invaluable.\n> Even though this repository is being archived, it will remain available as a guide and reference for those who wish to integrate G4F with web interfaces.\n> I appreciate everyone's understanding and wish you all success in your future projects! \n\n## Project Hosting and Demonstration 🌐🚀\nThe project is hosted on multiple platforms to be tested and modified.\n|Platform|Status|API Key|Free|Repo|Demo|\n|--|--|--|--|--|--|\n|[replit](https:\u002F\u002Freplit.com\u002F)|![Active](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FActive-brightgreen)|◼️|☑️|[FreeGPT WebUI](https:\u002F\u002Freplit.com\u002F@ramonvc\u002Ffreegpt-webui)|[Chat](https:\u002F\u002Ffreegpt-webui.ramonvc.repl.co\u002Fchat\u002F)\n|[hugging face](https:\u002F\u002Fhuggingface.co)|![Active](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FActive-brightgreen)|◼️|☑️|[FreeGPT WebUI](https:\u002F\u002Fhuggingface.co\u002Fspaces\u002Fmonra\u002Ffreegpt-webui\u002Ftree\u002Fmain)|[Chat](https:\u002F\u002Fhuggingface.co\u002Fspaces\u002Fmonra\u002Ffreegpt-webui)\n|[replit](https:\u002F\u002Freplit.com\u002F)|![Active](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FActive-brightgreen)|☑️|☑️|[FreeGPT WebUI - Naga Version](https:\u002F\u002Freplit.com\u002F@ramonvc\u002Ffreegpt-webui-chimera)|[Chat](https:\u002F\u002Ffreegpt-webui-chimera.ramonvc.repl.co\u002Fchat\u002F)\n|[hugging face](https:\u002F\u002Fhuggingface.co)|![Active](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FActive-brightgreen)|☑️|☑️|[FreeGPT WebUI - Naga Version](https:\u002F\u002Fhuggingface.co\u002Fspaces\u002Fmonra\u002Ffreegpt-webui-chimera\u002Ftree\u002Fmain)|[Chat](https:\u002F\u002Fhuggingface.co\u002Fspaces\u002Fmonra\u002Ffreegpt-webui-chimera)\n\n## Table of Contents  \n- [To-Do List](#to-do-list-%EF%B8%8F)  \n- [Getting Started](#getting-started-white_check_mark)  \n  - [Cloning the Repository](#cloning-the-repository-inbox_tray)  \n  - [Install Dependencies](#install-dependencies-wrench)  \n- [Running the Application](#running-the-application-rocket)  \n- [Docker](#docker-)  \n  - [Prerequisites](#prerequisites)  \n  - [Running the Docker](#running-the-docker)\n- [Incorporated Projects](#incorporated-projects-busts_in_silhouette)\n  - [WebUI](#webui) \n  - [API FreeGPT](#api-g4f)\n- [Star History](#star-history)\n- [Legal Notice](#legal-notice) \n\n## Getting Started :white_check_mark:  \nTo get started with this project, you'll need to clone the repository and have [Python](https:\u002F\u002Fwww.python.org\u002Fdownloads\u002F) installed on your system.  \n  \n### Cloning the Repository :inbox_tray:\nRun the following command to clone the repository:  \n\n```\ngit clone https:\u002F\u002Fgithub.com\u002Framonvc\u002Ffreegpt-webui.git\n```\n\n### Install Dependencies :wrench: \nNavigate to the project directory:\n```\ncd freegpt-webui\n```\n\nInstall the dependencies:\n```\npip install -r requirements.txt\n```\n## Running the Application :rocket:\nTo run the application, run the following command:\n```\npython run.py\n```\n\nAccess the application in your browser using the URL:\n```\nhttp:\u002F\u002F127.0.0.1:1338\n```\nor\n```\nhttp:\u002F\u002Flocalhost:1338\n```\n\n\n## Docker 🐳\n### Prerequisites\nBefore you start, make sure you have installed [Docker](https:\u002F\u002Fwww.docker.com\u002Fget-started) on your machine.\n\n### Running the Docker\nPull the Docker image from Docker Hub:\n```\ndocker pull ramonvc\u002Ffreegpt-webui\n```\n\nRun the application using Docker:\n```\ndocker run -p 1338:1338 ramonvc\u002Ffreegpt-webui\n```\n\nAccess the application in your browser using the URL:\n```\nhttp:\u002F\u002F127.0.0.1:1338\n```\nor\n```\nhttp:\u002F\u002Flocalhost:1338\n```\n\nWhen you're done using the application, stop the Docker containers using the following command:\n```\ndocker stop \u003Ccontainer-id>\n```\n\n## Incorporated Projects :busts_in_silhouette:\nI highly recommend visiting and supporting both projects.\n\n### WebUI\nThe application interface was incorporated from the [chatgpt-clone](https:\u002F\u002Fgithub.com\u002Fxtekky\u002Fchatgpt-clone) repository.\n\n### API G4F\nThe free GPT-4 API was incorporated from the [GPT4Free](https:\u002F\u002Fgithub.com\u002Fxtekky\u002Fgpt4free) repository.\n\n\u003Cbr>\n\n## Star History\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=ramonvc\u002Ffreegpt-webui&type=Timeline)](https:\u002F\u002Fstar-history.com\u002F#ramonvc\u002Ffreegpt-webui&Timeline)\n\n\u003Cbr>\n\n## Legal Notice\nThis repository is _not_ associated with or endorsed by providers of the APIs contained in this GitHub repository. This\nproject is intended **for educational purposes only**. This is just a little personal project. Sites may contact me to\nimprove their security or request the removal of their site from this repository.\n\nPlease note the following:\n\n1. **Disclaimer**: The APIs, services, and trademarks mentioned in this repository belong to their respective owners.\n   This project is _not_ claiming any right over them nor is it affiliated with or endorsed by any of the providers\n   mentioned.\n\n2. **Responsibility**: The author of this repository is _not_ responsible for any consequences, damages, or losses\n   arising from the use or misuse of this repository or the content provided by the third-party APIs. Users are solely\n   responsible for their actions and any repercussions that may follow. We strongly recommend the users to follow the\n   TOS of the each Website.\n\n3. **Educational Purposes Only**: This repository and its content are provided strictly for educational purposes. By\n   using the information and code provided, users acknowledge that they are using the APIs and models at their own risk\n   and agree to comply with any applicable laws and regulations.\n\n4. **Copyright**: All content in this repository, including but not limited to code, images, and documentation, is the\n   intellectual property of the repository author, unless otherwise stated. Unauthorized copying, distribution, or use\n   of any content in this repository is strictly prohibited without the express written consent of the repository\n   author.\n\n5. **Indemnification**: Users agree to indemnify, defend, and hold harmless the author of this repository from and\n   against any and all claims, liabilities, damages, losses, or expenses, including legal fees and costs, arising out of\n   or in any way connected with their use or misuse of this repository, its content, or related third-party APIs.\n\n6. **Updates and Changes**: The author reserves the right to modify, update, or remove any content, information, or\n   features in this repository at any time without prior notice. Users are responsible for regularly reviewing the\n   content and any changes made to this repository.\n\nBy using this repository or any code related to it, you agree to these terms. The author is not responsible for any\ncopies, forks, or reuploads made by other users. This is the author's only account and repository. To prevent\nimpersonation or irresponsible actions, you may comply with the GNU GPL license this Repository uses.\n","FreeGPT WebUI 是一个基于 GPT 3.5\u002F4 的聊天网页界面，无需 API 密钥即可使用。该项目利用了 G4F API，提供了一个用户友好的交互界面，并支持增强的越狱功能。其核心特点在于完全免费且易于部署，适用于需要快速集成语言模型但希望避免复杂配置和高昂成本的场景。尽管项目已归档，不再维护更新，但它仍可作为参考，帮助开发者将 G4F API 与网页界面结合。",2,"2026-06-11 03:36:05","high_star"]