Skip to content

Commit

Permalink
Merge pull request #6 from riderx/riderx-patch-1
Browse files Browse the repository at this point in the history
fix: readme issue
  • Loading branch information
yourbuddyconner authored Apr 6, 2023
2 parents 3811e93 + 6e73b3e commit 429559f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit 429559f

Please sign in to comment.