-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
23 additions
and
38 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,13 @@ | ||
Package: hollr | ||
Type: Package | ||
Title: "A lightweight, versatile tool for text completion via local and cloud-based LLMs in R." | ||
Title: Unified Framework for Chat Completion and Text Annotation with Local and OpenAI Language Models | ||
Version: 1.0.0 | ||
Author: Jason Timm [aut, cre] | ||
Authors@R: c(person("Jason", "Timm", role = c("aut", "cre"), email = "[email protected]")) | ||
Maintainer: Jason Timm <[email protected]> | ||
Description: A lightweight tool that provides a unified interface for text completion using local and cloud-based LLMs, with a focus on text annotation tasks. | ||
Description: Enables chat completion and text annotation with local and OpenAI <https://openai.com/> language models, supporting batch processing, multiple annotators, and consistent output formats. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
LazyData: false | ||
Depends: | ||
R (>= 3.5) | ||
Imports: | ||
|
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