Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
calderonsamuel committed Dec 5, 2023
1 parent 0ec00a7 commit edc25ce
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 @@ -41,7 +41,7 @@ The following code downloads the default ollama image and runs an "ollama" conta
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
```

By default, this package will use `http://localhost:11434` as API host url. Although we provide methods to change this, only do it if you are asbolutely you sure of what it means.
By default, this package will use `http://localhost:11434` as API host url. Although we provide methods to change this, only do it if you are absolutely sure of what it means.

## Example

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

By default, this package will use `http://localhost:11434` as API host
url. Although we provide methods to change this, only do it if you are
asbolutely you sure of what it means.
absolutely sure of what it means.

## Example

Expand Down

0 comments on commit edc25ce

Please sign in to comment.