# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "PacketLLM" in publications use:' type: software license: MIT title: 'PacketLLM: Interactive ''OpenAI'' Model Integration in ''RStudio''' version: 0.1.1 doi: 10.32614/CRAN.package.PacketLLM abstract: Offers an interactive 'RStudio' gadget interface for communicating with 'OpenAI' large language models (e.g., 'gpt-5', 'gpt-5-mini', 'gpt-5-nano') (). Enables users to conduct multiple chat conversations simultaneously in separate tabs. Supports uploading local files (R, PDF, DOCX) to provide context for the models. Allows per-conversation configuration of system messages (where supported by the model). API interactions via the 'httr' package are performed asynchronously using 'promises' and 'future' to avoid blocking the R console. Useful for tasks like code generation, text summarization, and document analysis directly within the 'RStudio' environment. Requires an 'OpenAI' API key set as an environment variable. authors: - family-names: Czolgowski given-names: Antoni email: antoni.czolgowski@gmail.com repository: https://antoniczolgowski.r-universe.dev repository-code: https://github.com/AntoniCzolgowski/PacketLLM commit: d5542631282fcb75ef6d19a64034f796097e5c89 url: https://github.com/AntoniCzolgowski/PacketLLM date-released: '2025-08-23' contact: - family-names: Czolgowski given-names: Antoni email: antoni.czolgowski@gmail.com