monra commited on
Commit
9e4ebaf
1 Parent(s): 4121bdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -11,6 +11,17 @@ Experience the power of ChatGPT with a user-friendly interface, enhanced jailbre
11
 
12
  _Coding to solve as quickly as possible_
13
 
 
 
 
 
 
 
 
 
 
 
 
14
  ## Table of Contents
15
  - [To-Do List](#to-do-list-%EF%B8%8F)
16
  - [Getting Started](#getting-started-white_check_mark)
 
11
 
12
  _Coding to solve as quickly as possible_
13
 
14
+ ## ℹ️ Note
15
+ <p>
16
+ 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>.
17
+
18
+ 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.
19
+
20
+ 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.
21
+
22
+ 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.
23
+ </p>
24
+
25
  ## Table of Contents
26
  - [To-Do List](#to-do-list-%EF%B8%8F)
27
  - [Getting Started](#getting-started-white_check_mark)