Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jehna authored Oct 25, 2023
1 parent 8a85a87 commit 0d7cc83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ First install the dependencies:
npm install
```

Next you'll need to decide wether to use ChatGPT or llama2. In a nutshell:
Next you'll need to decide whether to use ChatGPT or llama2. In a nutshell:

* ChatPGPT
* ChatGPT
* Runs on someone else's computer that's specifically optimized for this kind
of things
* Costs money depending on the length of your code
Expand All @@ -72,7 +72,7 @@ Next you'll need to decide wether to use ChatGPT or llama2. In a nutshell:
* Runs locally
* Is free
* Is less accurate
* Needs a local GPU with ~60gm RAM (M1 Mac works just fine)
* Needs a local GPU with ~60gb RAM (M1 Mac works just fine)
* Runs as fast as your GPU does

See instructions below for each option:
Expand All @@ -95,7 +95,7 @@ all available options.

### llama2

Prerequisited:
Prerequisites:
* You'll need to have a Python 3 environment with [conda installed][conda].
* You need a Huggingface account with access to [llama-2-7b-chat-hf
model][llama2model]. Make sure to read the instructions on the model page
Expand Down

0 comments on commit 0d7cc83

Please sign in to comment.