diff --git a/README.Rmd b/README.Rmd index 0b33206..c871667 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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} diff --git a/README.md b/README.md index de8b526..fb40c44 100644 --- a/README.md +++ b/README.md @@ -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 -(“”). 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")