Skip to content

Commit

Permalink
Update desc and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed May 2, 2024
1 parent dddd5dd commit 8abc52b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Package: ollamar
Title: Ollama Language Models
Title: 'Ollama' Language Models
Version: 1.1.1
Authors@R:
person("Hause", "Lin", , "hauselin@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4590-7039"))
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.
Description: An interface to easily run local language models with 'Ollama' <https://ollama.com> server and API.
It lets you to run open-source large language models locally on your machine.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
15 changes: 14 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
url: https://hauselin.github.io/ollama-r/
template:
bootstrap: 5

navbar:
structure:
left:
- intro
- reference
- news
right: github
components:
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
7 changes: 7 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This is a resubmission. In this version I have:

* Write software/package/API names in single quotes in title and description.
* Add link <https://ollama.com> to the description.

## Resubmission

This is a resubmission. In this version I have:

* Fixed the invalid URLs.
* Note that Ollama is not a misspelling. It is the name of an app or server that runs local language models. See https://ollama.com/.

Expand Down

0 comments on commit 8abc52b

Please sign in to comment.