Skip to content

Commit 491ef01

Browse files
committed
Update README.md with additional information and warnings
1 parent 40ae221 commit 491ef01

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
1+
> [!WARNING]
2+
> FreeGPT.js/this project is not affiliated with ChatGPT in any kind. I'm not responsible for anything and this project is just for educational purposes.
3+
14
<h1>FreeGPT.js</h1>
25

3-
**This might be your best library you've seen, while searching for stable, working GPT libraries!**
4-
5-
🤖 A powerful client-side JavaScript library for ChatGPT allowing you to use ChatGPT without any limits!
6-
7-
> [!NOTE]
8-
> If you are looking for a template or example, go ahead and look the branch **react**. It uses Next.js with FreeGPT.js to make a simple, but working, great and free unlimited chat application.
6+
**🤖 A great, stable but free ChatGPT library with no authentication at all!**
97

108
> [!TIP]
11-
> Also checkout my ChatGPT Clone (UI and implementation): https://ashishagarwal.is-a.dev/chatgpt-clone/ - it works with FreeGPT.js!
12-
13-
> [!WARNING]
14-
> FreeGPT.js/this project is not affiliated with ChatGPT in any kind. I'm not responsible for anything and this project is just for educational purposes.
9+
> If you are looking for a template or example, go ahead and look the branch **react**. It uses Next.js with FreeGPT.js to make a simple, but working, great and free unlimited chat application.
10+
> Or you can checkout my ChatGPT UI Clone + Implementation: [ChatGPT Clone with Next.js and FreeGPT.js][https://ashishagarwal.is-a.dev/chatgpt-clone/]
1511
1612
> Give it a try! Go [here](https://ashishagarwal.is-a.dev/chatgpt-clone) to test the FreeGPT.js out! It's free!
1713
18-
<br><div align="center">
19-
2014
[![](https://img.shields.io/github/stars/ashishagarwal2023/freegptjs?label=Stars&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/ashishagarwal2023/freegptjs/stargazers) [![](https://img.shields.io/badge/License-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/ashishagarwal2023/freegptjs/blob/main/LICENSE.md) [![](https://img.shields.io/github/commit-activity/m/ashishagarwal2023/freegptjs?label=Commits&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/ashishagarwal2023/freegptjs/commits/main)
2115

22-
</div>
23-
24-
</div>
25-
2616
<div id="intro">
2717

2818
## 💡 About
@@ -41,7 +31,8 @@ freegpt is a powerful javascript library you can use to get ChatGPT on your webs
4131
<div id="importing">
4232

4333
## Examples
44-
Not much yet, atleast someone should make something. ;-;
34+
Just one yet, but this list can be filled.
35+
4536
[ChatGPT Clone with Next.js and FreeGPT.js](https://ashishagarwal.is-a.dev/chatgpt-clone/)
4637
![ChatGPT Clone with Next.js and FreeGPT.js](freegpt.png)
4738

@@ -57,10 +48,7 @@ Load `https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs/src/freegpt.min.js
5748
<script src="https://cdn.jsdelivr.net/gh/ashishagarwal2023/freegptjs/src/freegpt.min.js"></script>
5849
```
5950

60-
> Integrating with Next.js or any such framework is also possible. Check out the **react** branch for a sample chat application.
61-
> Load the freegpt lib the same way in your <head> in your layout of Next/React project, then use `await gpt.ask` to see if it works.
62-
63-
> The library will only work on client-side.
51+
> Load the freegpt lib the same way in your <head> in your layout of Next/React project, then use `await gpt.ask` to see if it works. If `gpt.ask` is not defined (probably when using with Nodejs), try `window.gpt.ask`. The library will only work on client-side.
6452
6553
## 💻 Usage
6654

0 commit comments

Comments
 (0)