Skip to content

Commit

Permalink
make change requested by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed May 1, 2024
1 parent 26ba829 commit d8de348
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 @@ -125,7 +125,7 @@ cat(l[s:e - 1], sep = "\n")
## Configuration

You can configure the server address, the system prompt and the model used for a query or chat.
If not configured otherwise, `rollama` assumes you are using the default port (11434) of a local instance ("http://localhost").
If not configured otherwise, `rollama` assumes you are using the default port (11434) of a local instance ("localhost").
Let's make this explicit by setting the option:

```{r server}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ query("why is the sky blue?", model_params = list(
You can configure the server address, the system prompt and the model
used for a query or chat. If not configured otherwise, `rollama` assumes
you are using the default port (11434) of a local instance
(“<http://localhost>”). Let’s make this explicit by setting the option:
(“localhost”). Let’s make this explicit by setting the option:

``` r
options(rollama_server = "http://localhost:11434")
Expand Down

0 comments on commit d8de348

Please sign in to comment.