Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Sep 10, 2024
1 parent 9eed0c1 commit dfcc10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ollamar.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfcc10b

Please sign in to comment.