diff --git a/_pkgdown.yml b/_pkgdown.yml index b3658dd..d8a8f82 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -4,7 +4,7 @@ home: title: Ollama R Library description: Run Ollama language models in R. sidebar: - structure: [links, license, community, citation, dev, toc] + structure: [links, license, community, citation, authors, dev, toc] toc: depth: 4 diff --git a/vignettes/ollamar.Rmd b/vignettes/ollamar.Rmd index 44d559e..e2ed8ae 100644 --- a/vignettes/ollamar.Rmd +++ b/vignettes/ollamar.Rmd @@ -37,7 +37,7 @@ remotes::install_github("hauselin/ollamar") ## Usage -`ollamar` uses the [`httr2` library](https://httr2.r-lib.org/index.html) to make HTTP requests to the Ollama server, so many functions in this library returns an `httr2_response` object by default. If the response object says `Status: 200 OK`, then the request was successful. See [Notes section](#notes) below for more information. +`ollamar` uses the [`httr2` library](https://httr2.r-lib.org/index.html) to make HTTP requests to the Ollama server, so many functions in this library returns an `httr2_response` object by default. If the response object says `Status: 200 OK`, then the request was successful. ```{r eval=FALSE} library(ollamar)