Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor authored Sep 26, 2023
1 parent 8eff81d commit 098db3d
Showing 1 changed file with 6 additions and 35 deletions.
41 changes: 6 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# FreeGPT WebUI
## GPT 3.5/4

<strong>NOT REQUIRE ANY API KEY</strong> ❌🔑

This project features a WebUI utilizing the [G4F API](https://github.com/xtekky/gpt4free). <br>
Experience the power of ChatGPT with a user-friendly interface, enhanced jailbreaks, and completely free.

## Known bugs 🚧
- Stream mode not working properly.

## News 📢
I have created a new version of FreeGPT WebUI using the [NagaAI API](https://naga.ac/).
<br>
<br>
This free API allows you to use various AI chat models, including <strong>GPT-4, GPT-4-32k, llama-2 and more.</strong> <br>
Check out the project here: [FreeGPT WebUI - Naga Version](https://github.com/ramonvc/freegpt-webui/tree/naga-version).
##
> [!WARNING]
> 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.
> I want to express my sincere thanks to everyone who contributed to and used this project; your involvement was invaluable.
> 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.
> I appreciate everyone's understanding and wish you all success in your future projects!
## Project Hosting and Demonstration 🌐🚀
The project is hosted on multiple platforms to be tested and modified.
Expand All @@ -25,17 +20,6 @@ The project is hosted on multiple platforms to be tested and modified.
|[replit](https://replit.com/)|![Active](https://img.shields.io/badge/Active-brightgreen)|☑️|☑️|[FreeGPT WebUI - Naga Version](https://replit.com/@ramonvc/freegpt-webui-chimera)|[Chat](https://freegpt-webui-chimera.ramonvc.repl.co/chat/)
|[hugging face](https://huggingface.co)|![Active](https://img.shields.io/badge/Active-brightgreen)|☑️|☑️|[FreeGPT WebUI - Naga Version](https://huggingface.co/spaces/monra/freegpt-webui-chimera/tree/main)|[Chat](https://huggingface.co/spaces/monra/freegpt-webui-chimera)

## Note ℹ️
<p>
FreeGPT is a project that utilizes various free AI conversation API Providers. Each Provider is an API that provides responses generated by different AI models. The source code related to these services is available in <a href="https://github.com/ramonvc/freegpt-webui/tree/main/g4f">G4F folder</a>.

It is important to note that, due to the extensive reach of this project, the free services registered here may receive a significant number of requests, which can result in temporary unavailability or access limitations. Therefore, it is common to encounter these services being offline or unstable.

We recommend that you search for your own Providers and add them to your personal projects to avoid service instability and unavailability. Within the project, in the <a href="https://github.com/ramonvc/freegpt-webui/tree/main/g4f/Provider/Providers">Providers folder</a>, you will find several examples of Providers that have worked in the past or are still functioning. It is easy to follow the logic of these examples to find free GPT services and incorporate the requests into your specific FreeGPT project.

Please note that the choice and integration of additional Providers are the user's responsibility and are not directly related to the FreeGPT project, as the project serves as an example of how to combine the <a href="https://github.com/xtekky/gpt4free">G4F API</a> with a web interface.
</p>

## Table of Contents
- [To-Do List](#to-do-list-%EF%B8%8F)
- [Getting Started](#getting-started-white_check_mark)
Expand All @@ -51,19 +35,6 @@ Please note that the choice and integration of additional Providers are the user
- [Star History](#star-history)
- [Legal Notice](#legal-notice)

##

## To-Do List ✔️

- [x] Integrate the free GPT API into the WebUI
- [x] Create Docker support
- [x] Improve the Jailbreak functionality
- [x] Add the GPT-4 model
- [x] Enhance the user interface
- [ ] Check status of API Providers (online/offline)
- [ ] Enable editing and creating Jailbreaks/Roles in the WebUI
- [ ] Refactor web client

## Getting Started :white_check_mark:
To get started with this project, you'll need to clone the repository and have [Python](https://www.python.org/downloads/) installed on your system.

Expand Down

0 comments on commit 098db3d

Please sign in to comment.