You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-21Lines changed: 9 additions & 21 deletions
Original file line number
Diff line number
Diff 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
+
1
4
<h1>FreeGPT.js</h1>
2
5
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!**
9
7
10
8
> [!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/]
15
11
16
12
> Give it a try! Go [here](https://ashishagarwal.is-a.dev/chatgpt-clone) to test the FreeGPT.js out! It's free!
> 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.
0 commit comments