Skip to content

Commit

Permalink
Update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Apr 29, 2024
1 parent 0297aad commit 41b191e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ 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 easily run local language models with Ollama server.
Description: An interface to easily run local language models with Ollama server.
Ollama is a tool that allows you to run open-source large language models
like Llama 3 and Mistral 7B locally on your machine.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand All @@ -17,4 +19,4 @@ Imports:
httr2,
jsonlite,
tibble
URL: https://hauselin.github.io/ollamar/
URL: https://hauselin.github.io/ollama-r/
8 changes: 8 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
0 errors | 0 warnings | 1 note

* This is a new release.

## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

0 comments on commit 41b191e

Please sign in to comment.