-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.16 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: rollama
Title: Communicate with 'Ollama' to Run Large Language Models Locally
Version: 0.2.0.9000
Authors@R:
c(person(given = "Johannes B.",
family = "Gruber",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9177-1772")),
person(given = "Maximilian",
family = "Weber",
role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-1174-449X")))
Description: Wraps the 'Ollama' <https://ollama.com> API, which can be used to
communicate with generative large language models locally.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
callr,
cli,
dplyr,
httr2,
jsonlite,
methods,
prettyunits,
purrr,
rlang,
tibble,
withr
Suggests:
base64enc,
covr,
glue,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
URL: https://jbgruber.github.io/rollama/, https://github.com/JBGruber/rollama
BugReports: https://github.com/JBGruber/rollama/issues