Skip to content

Commit 1580a96

Browse files
committed
initial commit
1 parent a952e6d commit 1580a96

File tree

6 files changed

+700
-6
lines changed

6 files changed

+700
-6
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
^rollama\.Rproj$
22
^\.Rproj\.user$
3+
^LICENSE\.md$

DESCRIPTION

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
Package: rollama
2-
Title: What the Package Does (One Line, Title Case)
2+
Title: Communicate with Ollama
33
Version: 0.0.0.9000
44
Authors@R:
5-
person("First", "Last", , "[email protected]", role = c("aut", "cre"),
6-
comment = c(ORCID = "YOUR-ORCID-ID"))
7-
Description: What the package does (one paragraph).
8-
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
9-
license
5+
person(given = "Johannes B.",
6+
family = "Gruber",
7+
email = "[email protected]",
8+
role = c("aut", "cre"),
9+
comment = c(ORCID = "0000-0001-9177-1772"))
10+
Description: Wraps the Ollama API, which can be used to communicate with LLMs locally.
11+
License: GPL (>= 3)
1012
Encoding: UTF-8
1113
Roxygen: list(markdown = TRUE)
1214
RoxygenNote: 7.2.3
15+
Imports:
16+
callr,
17+
cli,
18+
httr2,
19+
purrr

0 commit comments

Comments
 (0)