-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
Package: elmer | ||
Title: Call LLM APIs from R | ||
Title: Call Large Language Model APIs | ||
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: A consistent interface for calling LLM APIs. Includes support | ||
for streaming. | ||
Description: A consistent interface for calling LLM (large language model) | ||
APIs that works across different providers including 'Claude', 'OpenAI' | ||
'Azure' 'Bedrock' and 'Google' 'Gemini'. Supports streaming, async, tool | ||
calling, and structured data extraction. | ||
License: MIT + file LICENSE | ||
URL: https://elmer.tidyverse.org, https://github.com/tidyverse/elmer | ||
BugReports: https://github.com/tidyverse/elmer/issues | ||
|