Skip to content

Commit

Permalink
Add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 28, 2025
1 parent 7b66b48 commit e76d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/provider-ollama.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ chat_ollama <- function(system_prompt = NULL,

chat_ollama_test <- function(..., model = "llama3.3") {
if (!has_ollama()) {
skip("ollama not found")
testthat::skip("ollama not found")
}

chat_ollama(..., model = model)
Expand Down

0 comments on commit e76d29b

Please sign in to comment.