Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Apr 28, 2024
1 parent cc98210 commit 0297aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", 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)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0297aad

Please sign in to comment.