RStudio addins for LLM-assisted coding, writing, and analysis
Top 39.3% on sourcepulse
This package provides RStudio add-ins for R programmers to integrate Large Language Models (LLMs) into their workflows for coding, writing, and analysis. It aims to simplify the use of AI services, offering a flexible and user-friendly interface within the R environment.
How It Works
The package functions as an RStudio add-in, allowing users to interact with various LLM providers directly from their R environment. It supports multiple AI services, including OpenAI, HuggingFace, Anthropic, Ollama, Perplexity, Google AI Studio, Azure OpenAI, and Cohere, enabling users to choose the provider that best suits their needs. Data sent to these services is limited to user-selected text or prompts within the add-in's interface.
Quick Start & Requirements
install.packages("gptstudio")
or development version: pak::pak("MichelNivard/gptstudio")
.Renviron
file in RStudio.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Users must be aware that any highlighted text or prompts entered into the add-ins will be sent to the selected third-party AI service provider, and data usage is governed by their respective terms of service. Sensitive data should not be shared.
1 month ago
1 day