# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "batchLLM" in publications use:' type: software license: MIT title: 'batchLLM: Batch Process LLM Text Completions Using a Data Frame' version: 0.2.0 doi: 10.32614/CRAN.package.batchLLM abstract: Batch process large language model (LLM) text completions using data frame rows, with support for OpenAI's 'GPT' (), Anthropic's 'Claude' (), and Google's 'Gemini' (). Includes features such as local storage, metadata logging, API rate limiting delays, and a 'shiny' app addin. authors: - family-names: Pieper given-names: Dylan email: dylanpieper@gmail.com repository: https://dylanpieper.r-universe.dev repository-code: https://github.com/dylanpieper/batchLLM commit: 3f372159d49f6dc7cb6ebd8b5f58454ad4f72954 url: https://github.com/dylanpieper/batchLLM contact: - family-names: Pieper given-names: Dylan email: dylanpieper@gmail.com