Skip to content

Commit

Permalink
Merge pull request #204 from sebastianelsner/patch-1
Browse files Browse the repository at this point in the history
Update README.md for correct model pull
  • Loading branch information
rjmacarthy authored Apr 9, 2024
2 parents a54a9ce + 4353e96 commit f3560c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ Through the side bar, have a conversation with your model and get explanations a
3. Choose your model from the [library](https://ollama.com/library) (eg: `codellama:7b`)

```sh
ollama run codellama:7b
ollama run codellama:7b-instruct
ollama run codellama:7b-code
```

4. Open VS code (if already open a restart might be needed) and press `ctr + shift + T` to open the side panel.
Expand Down

0 comments on commit f3560c7

Please sign in to comment.