-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
28 lines (28 loc) · 965 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
25
26
27
28
Package: shinychat
Title: Chat UI Component for 'shiny'
Version: 0.1.1.9000
Authors@R: c(
person("Joe", "Cheng", , "joe@posit.co", role = c("aut", "cre")),
person("Carson", "Sievert", , "carson@posit.co", role = c("aut")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides a scrolling chat interface with multiline input, suitable
for creating chatbot apps based on Large Language Models (LLMs). Designed to
work particularly well with the 'elmer' R package for calling LLMs.
License: MIT + file LICENSE
URL: https://github.com/jcheng5/shinychat, https://jcheng5.github.io/shinychat/
BugReports: https://github.com/jcheng5/shinychat/issues
Imports:
bslib,
coro,
htmltools,
promises (>= 1.3.2),
rlang,
shiny (>= 1.10.0)
Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate