From 0297aad1a2519845d00d04b5654ffdf92df51d1f Mon Sep 17 00:00:00 2001 From: Hause Lin Date: Sun, 28 Apr 2024 19:54:09 -0400 Subject: [PATCH] Change version --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.