Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Jul 1, 2024
1 parent 0a92633 commit 3a31ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If it doesn't work or you don't have `devtools` installed, please run `install.p
library(ollamar)
test_connection() # test connection to Ollama server; returns a httr2 response object
# Ollama local server running successfully
# Ollama local server running
# <httr2_response>
list_models() # list available models (models you've pulled/downloaded)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ section](#notes) below for more information.
library(ollamar)

test_connection() # test connection to Ollama server; returns a httr2 response object
# Ollama local server running successfully
# Ollama local server running
# <httr2_response>

list_models() # list available models (models you've pulled/downloaded)
Expand Down

0 comments on commit 3a31ba2

Please sign in to comment.