Skip to content

Commit d8de348

Browse files
committed
make change requested by CRAN
1 parent 26ba829 commit d8de348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cat(l[s:e - 1], sep = "\n")
125125
## Configuration
126126

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

131131
```{r server}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ query("why is the sky blue?", model_params = list(
262262
You can configure the server address, the system prompt and the model
263263
used for a query or chat. If not configured otherwise, `rollama` assumes
264264
you are using the default port (11434) of a local instance
265-
(“<http://localhost>”). Let’s make this explicit by setting the option:
265+
(“localhost”). Let’s make this explicit by setting the option:
266266

267267
``` r
268268
options(rollama_server = "http://localhost:11434")

0 commit comments

Comments
 (0)