forked from hauselin/ollama-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 856 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: ollamar
Title: 'Ollama' Language Models
Version: 1.1.1
Authors@R:
person("Hause", "Lin", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4590-7039"))
Description: An interface to easily run local language models with 'Ollama' <https://ollama.com> server
and API endpoints (see <https://github.com/ollama/ollama/blob/main/docs/api.md> for details). It lets
you run open-source large language models locally on your machine.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
crayon,
glue,
httr2,
jsonlite,
tibble
BugReports: https://github.com/hauselin/ollama-r/issues
URL: https://hauselin.github.io/ollama-r/, https://github.com/hauselin/ollama-r