From 6e73b3e7c4c7ac3937e6d4958c4ea3380aaec08b Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Thu, 6 Apr 2023 06:08:14 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4ea468..feb595e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn add gpt4all In your TypeScript (or JavaScript) project, import the `GPT4All` class from the `gpt4all-ts` package: ```typescript -import { GPT4All } from 'gpt4all-ts'; +import { GPT4All } from 'gpt4all'; ``` ### 3. Instantiate and use the GPT4All class @@ -39,7 +39,7 @@ Happy coding! 💻🎉 Below is an example of how to use the `GPT4All` class in TypeScript: ```typescript -import { GPT4All } from 'gpt4all-ts'; +import { GPT4All } from 'gpt4all'; const main = async () => { // Instantiate GPT4All with default or custom settings @@ -108,4 +108,4 @@ If you have any questions or need help, feel free to join the [Discord](https:// gpt4all-ts was created by Conner Swann, founder of Intuitive Systems. Conner is a passionate developer and advocate for democratizing AI models, believing that access to powerful machine learning tools should be available to everyone 🌍. In the words of the modern sage, "When the AI tide rises, all boats should float" 🚣. -You can find Conner on Twitter, sharing insights and occasional shenanigans 🎭 at [@YourBuddyConner](https://twitter.com/YourBuddyConner). While he definitely enjoys being on the bandwagon for advancing AI 🤖, he remains humbly committed to exploring and delivering state-of-the-art technology for everyone's benefit. \ No newline at end of file +You can find Conner on Twitter, sharing insights and occasional shenanigans 🎭 at [@YourBuddyConner](https://twitter.com/YourBuddyConner). While he definitely enjoys being on the bandwagon for advancing AI 🤖, he remains humbly committed to exploring and delivering state-of-the-art technology for everyone's benefit.