Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Apr 28, 2024
1 parent 01c3696 commit 280b594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ list_models() # list available models (models you've pulled/downloaded)

### Notes

Optional/advanced parameters (see [API docs](https://github.com/ollama/ollama/blob/main/docs/api.md)) such as `temperature` are not yet implemented as of now but will be implemented in future versions.

If you don't have the Ollama app running, you'll get an error. Make sure to open the Ollama app before using this library.

```{r eval=FALSE}
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ list_models() # list available models (models you've pulled/downloaded)

### Notes

Optional/advanced parameters (see [API
docs](https://github.com/ollama/ollama/blob/main/docs/api.md)) such as
`temperature` are not yet implemented as of now but will be implemented
in future versions.

If you don’t have the Ollama app running, you’ll get an error. Make sure
to open the Ollama app before using this library.

Expand Down

0 comments on commit 280b594

Please sign in to comment.