# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "LLMR" in publications use:' type: software license: MIT title: 'LLMR: Interface for Large Language Model APIs in R' version: 0.2.3 doi: 10.32614/CRAN.package.LLMR abstract: A unified interface to interact with various Large Language Model (LLM) APIs such as 'OpenAI' (see for details), 'Anthropic' (see for details), 'Groq' (see for details), 'Together AI' (see for details), 'DeepSeek' (see for details), 'Gemini' (see for details), and 'Voyage AI' (see for details). Allows users to configure API parameters, send messages, and retrieve responses seamlessly within R. authors: - family-names: Sanaei given-names: Ali email: sanaei@uchicago.edu repository: https://asanaei.r-universe.dev repository-code: https://github.com/asanaei/LLMR commit: 08dfd36b00f8169bbe455b56ff2f47555f2d89c7 url: https://github.com/asanaei/LLMR contact: - family-names: Sanaei given-names: Ali email: sanaei@uchicago.edu