-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.1 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
Package: shiny.ollama
Version: 0.1.2
Title: R 'shiny' Interface for Chatting with Large Language Models Offline on Local with 'ollama'
Description: Chat with large language models like 'deepseek-r1', 'nemotron', 'llama', 'qwen' and many more on your machine without internet with complete privacy via 'ollama', powered by R 'shiny' interface. For more information on 'ollama', visit <https://ollama.com>.
Authors@R: person(
"Indraneel", "Chakraborty",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6958-8269"))
Maintainer: Indraneel Chakraborty <[email protected]>
License: Apache License (>= 2)
URL: https://www.indraneelchakraborty.com/shiny.ollama/, https://github.com/ineelhere/shiny.ollama
BugReports: https://github.com/ineelhere/shiny.ollama/issues/
Encoding: UTF-8
LazyData: true
Imports:
shiny (>= 1.7.0),
bslib (>= 0.4.0),
httr (>= 1.4.0),
jsonlite (>= 1.8.0),
markdown,
mockery
Depends:
R (>= 3.5.0)
Suggests:
testthat (>= 3.0.0),
pkgdown (>= 2.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Date: 2025-01-29