diff --git a/DESCRIPTION b/DESCRIPTION index d728360..5193efd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: ollamar -Title: Ollama Language Models in R +Title: Ollama Language Models Version: 1.0.0 Authors@R: person("Hause", "Lin", , "hauselin@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4590-7039")) -Description: Provides an interface to run local language models in R with Ollama. +Description: Provides an interface to easily run local language models with Ollama server. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/NEWS.md b/NEWS.md index 8aecbbc..e800b07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ * Initial CRAN submission. -## New Features +## New features - Integrated R with Ollama to run language models locally on your own machine. - Included `test_connection()` function to test connection to Ollama server.