-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
86 lines (86 loc) · 2.02 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: ellmer
Title: Chat with Large Language Models
Version: 0.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Joe", "Cheng", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Chat with large language models from a range of providers
including 'Claude', 'OpenAI', 'Azure', 'Bedrock', and 'Google' 'Gemini'.
Supports streaming,a asyncronous calls, tool calling, and structured data
extraction.
License: MIT + file LICENSE
URL: https://ellmer.tidyverse.org, https://github.com/tidyverse/ellmer
BugReports: https://github.com/tidyverse/ellmer/issues
Imports:
cli,
coro (>= 1.1.0),
glue,
httr2 (>= 1.0.7),
jsonlite,
later (>= 1.4.0),
promises (>= 1.3.1),
R6,
rlang (>= 1.1.0),
S7 (>= 0.2.0)
Suggests:
base64enc,
bslib,
curl (>= 6.0.1),
gitcreds,
knitr,
magick,
openssl,
paws.common,
rmarkdown,
shiny,
shinychat (>= 0.1.1),
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate, rmarkdown
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: test-provider-*
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'utils-S7.R'
'types.R'
'content.R'
'provider.R'
'as-json.R'
'utils-coro.R'
'chat.R'
'content-image.R'
'content-tools.R'
'ellmer-package.R'
'httr2.R'
'import-standalone-obj-type.R'
'import-standalone-purrr.R'
'import-standalone-types-check.R'
'interpolate.R'
'tools-def.R'
'turns.R'
'provider-openai.R'
'provider-azure.R'
'provider-bedrock.R'
'provider-claude.R'
'provider-cortex.R'
'provider-databricks.R'
'provider-gemini.R'
'provider-github.R'
'provider-groq.R'
'provider-ollama.R'
'provider-perplexity.R'
'provider-vllm.R'
'shiny.R'
'tokens.R'
'tools-def-auto.R'
'utils-cat.R'
'utils-merge.R'
'utils.R'
'zzz.R'