Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Aug 19, 2024
1 parent 749f5ee commit e377621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ollama.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ create_request <- function(endpoint, host = NULL) {
#' Generate a response for a given prompt
#'
#' @param model A character string of the model name such as "llama3".
#' @param prompt A character string of the promp like "The sky is..."
#' @param prompt A character string of the prompt like "The sky is..."
#' @param suffix A character string after the model response. Default is "".
#' @param images A path to an image file to include in the prompt. Default is "".
#' @param system A character string of the system prompt (overrides what is defined in the Modelfile). Default is "".
Expand Down
2 changes: 1 addition & 1 deletion man/generate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e377621

Please sign in to comment.