Skip to content

Commit 265a739

Browse files
committed
Fix redirected url
1 parent 87de358 commit 265a739

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

R/provider-ollama.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' To use `chat_ollama()` first download and install
55
#' [Ollama](https://ollama.com). Then install some models either from the
66
#' command line (e.g. with `ollama pull llama3.1`) or within R using
7-
#' {[ollamar](https://hauselin.github.io/ollama-r)} (e.g.
7+
#' {[ollamar](https://hauselin.github.io/ollama-r/)} (e.g.
88
#' `ollamar::pull("llama3.1")`).
99
#'
1010
#' This function is a lightweight wrapper around [chat_openai()] with

man/Chat.Rd

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/chat_ollama.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)