diff --git a/DESCRIPTION b/DESCRIPTION index 09400ad..25da1ce 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ollamar Title: 'Ollama' Language Models -Version: 1.2.1 +Version: 1.2.1.9000 Authors@R: c( person("Hause", "Lin", , "hauselin@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4590-7039")), diff --git a/NEWS.md b/NEWS.md index f5d33c2..ab5d57a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# ollamar (development version) + # ollamar 1.2.1 - `generate()` and `chat()` accept multiple images as prompts/messages.