AchyuthGamer commited on
Commit
92944ab
1 Parent(s): ada24d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: NeonAI Chat
3
- emoji:
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: docker
@@ -9,41 +9,41 @@ app_file: run.py
9
  app_port: 1338
10
  ---
11
 
12
- # FreeGPT WebUI
13
  ## GPT 3.5/4
14
 
15
  <strong>NOT REQUIRE ANY API KEY</strong> ❌🔑
16
 
17
  This project features a WebUI utilizing the [G4F API](https://github.com/xtekky/gpt4free). <br>
18
- Experience the power of ChatGPT with a user-friendly interface, enhanced jailbreaks, and completely free.
19
 
20
  ## Known bugs 🚧
21
  - Stream mode not working properly.
22
 
23
  ## News 📢
24
- I have created a new version of FreeGPT WebUI using the [ChimeraGPT API](https://chimeragpt.adventblocks.cc/).
25
  <br>
26
  <br>
27
  This free API allows you to use various AI chat models, including <strong>GPT-4, GPT-4-32k, Claude-2, Claude-2-100k, and more.</strong> <br>
28
- Check out the project here: [FreeGPT WebUI - Chimera Version](https://github.com/ramonvc/freegpt-webui/tree/chimeragpt-version).
29
 
30
  ## Project Hosting and Demonstration 🌐🚀
31
  The project is hosted on multiple platforms to be tested and modified.
32
  |Plataform|Status|API Key|Free|Repo|Demo|
33
  |--|--|--|--|--|--|
34
- |[replit](https://replit.com/)|![Active](https://img.shields.io/badge/Active-brightgreen)|◼️|☑️|[FreeGPT WebUI](https://replit.com/@ramonvc/freegpt-webui)|[Chat](https://freegpt-webui.ramonvc.repl.co/chat/)
35
- |[hugging face](https://huggingface.co)|![Active](https://img.shields.io/badge/Active-brightgreen)|◼️|☑️|[FreeGPT WebUI](https://huggingface.co/spaces/monra/freegpt-webui/tree/main)|[Chat](https://huggingface.co/spaces/monra/freegpt-webui)
36
- |[replit](https://replit.com/)|![Active](https://img.shields.io/badge/Active-brightgreen)|☑️|☑️|[FreeGPT WebUI - Chimera Version](https://replit.com/@ramonvc/freegpt-webui-chimera)|[Chat](https://freegpt-webui-chimera.ramonvc.repl.co/chat/)
37
 
38
  ## Note ℹ️
39
  <p>
40
- 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>.
41
 
42
  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.
43
 
44
- 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.
45
 
46
- 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.
47
  </p>
48
 
49
  ## Table of Contents
@@ -57,7 +57,7 @@ Please note that the choice and integration of additional Providers are the user
57
  - [Running the Docker](#running-the-docker)
58
  - [Incorporated Projects](#incorporated-projects-busts_in_silhouette)
59
  - [WebUI](#webui)
60
- - [API FreeGPT](#api-g4f)
61
  - [Star History](#star-history)
62
  - [Legal Notice](#legal-notice)
63
 
@@ -68,7 +68,7 @@ Please note that the choice and integration of additional Providers are the user
68
  - [x] Integrate the free GPT API into the WebUI
69
  - [x] Create Docker support
70
  - [x] Improve the Jailbreak functionality
71
- - [x] Add the GPT-4 model
72
  - [x] Enhance the user interface
73
  - [ ] Check status of API Providers (online/offline)
74
  - [ ] Enable editing and creating Jailbreaks/Roles in the WebUI
@@ -81,13 +81,13 @@ To get started with this project, you'll need to clone the repository and have [
81
  Run the following command to clone the repository:
82
 
83
  ```
84
- git clone https://github.com/ramonvc/freegpt-webui.git
85
  ```
86
 
87
  ### Install Dependencies :wrench:
88
  Navigate to the project directory:
89
  ```
90
- cd freegpt-webui
91
  ```
92
 
93
  Install the dependencies:
@@ -117,12 +117,12 @@ Before you start, make sure you have installed [Docker](https://www.docker.com/g
117
  ### Running the Docker
118
  Pull the Docker image from Docker Hub:
119
  ```
120
- docker pull ramonvc/freegpt-webui
121
  ```
122
 
123
  Run the application using Docker:
124
  ```
125
- docker run -p 1338:1338 ramonvc/freegpt-webui
126
  ```
127
 
128
  Access the application in your browser using the URL:
@@ -151,7 +151,7 @@ The free GPT-4 API was incorporated from the [GPT4Free](https://github.com/xtekk
151
  <br>
152
 
153
  ## Star History
154
- [![Star History Chart](https://api.star-history.com/svg?repos=ramonvc/freegpt-webui&type=Timeline)](https://star-history.com/#ramonvc/freegpt-webui&Timeline)
155
 
156
  <br>
157
 
 
1
  ---
2
+ title: OpenGPT
3
+ emoji: 💬
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: docker
 
9
  app_port: 1338
10
  ---
11
 
12
+ # OpenGPT WebUI
13
  ## GPT 3.5/4
14
 
15
  <strong>NOT REQUIRE ANY API KEY</strong> ❌🔑
16
 
17
  This project features a WebUI utilizing the [G4F API](https://github.com/xtekky/gpt4free). <br>
18
+ Experience the power of OpenGPT with a user-friendly interface, enhanced jailbreaks, and completely free.
19
 
20
  ## Known bugs 🚧
21
  - Stream mode not working properly.
22
 
23
  ## News 📢
24
+ I have created a new version of OpenGPT using the [ChimeraGPT API](https://chimeragpt.adventblocks.cc/).
25
  <br>
26
  <br>
27
  This free API allows you to use various AI chat models, including <strong>GPT-4, GPT-4-32k, Claude-2, Claude-2-100k, and more.</strong> <br>
28
+ Check out the project here: [OpenGPT WebUI - Chimera Version](https://github.com/achyuth4/OpenGPT/tree/chimeragpt-version).
29
 
30
  ## Project Hosting and Demonstration 🌐🚀
31
  The project is hosted on multiple platforms to be tested and modified.
32
  |Plataform|Status|API Key|Free|Repo|Demo|
33
  |--|--|--|--|--|--|
34
+ |[replit](https://replit.com/)|![Active](https://img.shields.io/badge/Active-brightgreen)|◼️|☑️|[OpenGPT WebUI](https://replit.com/@achyuth4/OpenGPT)|[Chat](https://OpenGPT.achyuth4.repl.co/chat/)
35
+ |[hugging face](https://huggingface.co)|![Active](https://img.shields.io/badge/Active-brightgreen)|◼️|☑️|[OpenGPT WebUI](https://huggingface.co/spaces/monra/OpenGPT-webui/tree/main)|[Chat](https://huggingface.co/spaces/achyuth4/OpenGPT)
36
+ |[replit](https://replit.com/)|![Active](https://img.shields.io/badge/Active-brightgreen)|☑️|☑️|[OpenGPT WebUI - Chimera Version](https://replit.com/@achyuth4/OpenGPT-chimera)|[Chat](https://OpenGPT-chimera.achyuth4.repl.co/chat/)
37
 
38
  ## Note ℹ️
39
  <p>
40
+ OpenGPT 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/achyuth/OpenGPT/tree/main/g4f">G4F folder</a>.
41
 
42
  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.
43
 
44
+ 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/achyuth4/OpenGPT/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 OpenGPT project.
45
 
46
+ Please note that the choice and integration of additional Providers are the user's responsibility and are not directly related to the OpenGPT 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.
47
  </p>
48
 
49
  ## Table of Contents
 
57
  - [Running the Docker](#running-the-docker)
58
  - [Incorporated Projects](#incorporated-projects-busts_in_silhouette)
59
  - [WebUI](#webui)
60
+ - [API OpenGPT](#api-g4f)
61
  - [Star History](#star-history)
62
  - [Legal Notice](#legal-notice)
63
 
 
68
  - [x] Integrate the free GPT API into the WebUI
69
  - [x] Create Docker support
70
  - [x] Improve the Jailbreak functionality
71
+ - [x] Add the OpenGPT-1.0 model
72
  - [x] Enhance the user interface
73
  - [ ] Check status of API Providers (online/offline)
74
  - [ ] Enable editing and creating Jailbreaks/Roles in the WebUI
 
81
  Run the following command to clone the repository:
82
 
83
  ```
84
+ git clone https://github.com/achyuth4/OpenGPT.git
85
  ```
86
 
87
  ### Install Dependencies :wrench:
88
  Navigate to the project directory:
89
  ```
90
+ cd OpenGPT
91
  ```
92
 
93
  Install the dependencies:
 
117
  ### Running the Docker
118
  Pull the Docker image from Docker Hub:
119
  ```
120
+ docker pull achyuth4/OpenGPT
121
  ```
122
 
123
  Run the application using Docker:
124
  ```
125
+ docker run -p 1338:1338 achyuth4/OpenGPT
126
  ```
127
 
128
  Access the application in your browser using the URL:
 
151
  <br>
152
 
153
  ## Star History
154
+ [![Star History Chart](https://api.star-history.com/svg?repos=achyuth4/OpenGPT&type=Timeline)](https://star-history.com/#achyuth4/OpenGPT&Timeline)
155
 
156
  <br>
157