File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ cat(l[s:e - 1], sep = "\n")
125
125
## Configuration
126
126
127
127
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").
129
129
Let's make this explicit by setting the option:
130
130
131
131
``` {r server}
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ query("why is the sky blue?", model_params = list(
262
262
You can configure the server address, the system prompt and the model
263
263
used for a query or chat. If not configured otherwise, ` rollama ` assumes
264
264
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:
266
266
267
267
``` r
268
268
options(rollama_server = " http://localhost:11434" )
You can’t perform that action at this time.
0 commit comments