{"id":13645975,"url":"https://github.com/michelnivard/gptstudio","last_synced_at":"2025-05-14T08:07:45.020Z","repository":{"id":65111993,"uuid":"581900084","full_name":"MichelNivard/gptstudio","owner":"MichelNivard","description":"GPT RStudio addins that enable GPT assisted coding, writing \u0026 analysis","archived":false,"fork":false,"pushed_at":"2025-04-29T01:52:24.000Z","size":59646,"stargazers_count":949,"open_issues_count":13,"forks_count":116,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-05-14T04:24:53.409Z","etag":null,"topics":["chatgpt","gpt-3","r","rstats","rstats-package","rstudio","rstudio-addin"],"latest_commit_sha":null,"homepage":"https://michelnivard.github.io/gptstudio/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichelNivard.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-24T19:35:02.000Z","updated_at":"2025-05-12T10:15:51.000Z","dependencies_parsed_at":"2024-12-24T21:01:02.456Z","dependency_job_id":"68370fbb-0bac-4f12-b189-af93fb6a5b2f","html_url":"https://github.com/MichelNivard/gptstudio","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelNivard%2Fgptstudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelNivard%2Fgptstudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelNivard%2Fgptstudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelNivard%2Fgptstudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichelNivard","download_url":"https://codeload.github.com/MichelNivard/gptstudio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101557,"owners_count":22014908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","gpt-3","r","rstats","rstats-package","rstudio","rstudio-addin"],"created_at":"2024-08-02T01:02:46.083Z","updated_at":"2025-05-14T08:07:40.011Z","avatar_url":"https://github.com/MichelNivard.png","language":"R","funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# gptstudio \u003ca href=\"https://michelnivard.github.io/gptstudio/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"150\"/\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) \n[![CRAN status](https://www.r-pkg.org/badges/version/gptstudio)](https://CRAN.R-project.org/package=gptstudio) \n[![Codecov test coverage](https://codecov.io/gh/MichelNivard/gptstudio/branch/main/graph/badge.svg)](https://app.codecov.io/gh/MichelNivard/gptstudio?branch=main) \n[![R-CMD-check](https://github.com/MichelNivard/gptstudio/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MichelNivard/gptstudio/actions/workflows/R-CMD-check.yaml)\n[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/gptstudio)](https://www.r-pkg.org/pkg/gptstudio)\n[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/gptstudio)](https://www.r-pkg.org/pkg/gptstudio)\n\n\u003c!-- badges: end --\u003e\n\nThe goal of gptstudio is for R programmers to easily incorporate use of large language models (LLMs) into their project workflows. These models appear to be a step change in our use of text for knowledge work, but you should carefully consider ethical implications of using these models.\n\nFor further addins, tailored for R developers, also see the sister package: [gpttools](https://jameshwade.github.io/gpttools/)\n\n## Getting Started: Installation \u0026 AI Service Setup\n\n```{r}\n#| eval: false\ninstall.packages(\"gptstudio\")\n```\n\nTo get a bug fix or to use a feature from the development version, you can install the development version of this package from GitHub.\n\n```{r}\n#| eval: false\n# install.packages(\"pak\")\npak::pak(\"MichelNivard/gptstudio\")\n```\n\n### Available AI Services and Models\n\n| AI Service | Models | Documentation | Setup |\n| ---- | ---- | ---- | ---- |\n| [OpenAI](https://platform.openai.com) | gpt-4-turbo, gpt-4, gpt-3.5-turbo ([latest models](https://platform.openai.com/docs/models)) | [OpenAI API Docs](https://platform.openai.com/docs/api-reference) | [OpenAI Setup](https://michelnivard.github.io/gptstudio/articles/openai.html) |\n| [HuggingFace](https://huggingface.co/) | various | [HF Inference API Docs](https://huggingface.co/docs/hub/models-inference) | [HF Setup](https://michelnivard.github.io/gptstudio/articles/huggingface.html) |\n| [Anthropic](https://docs.anthropic.com/claude/docs/guide-to-anthropics-prompt-engineering-resources) | claude-3.5, claude-2.1, claude-instant-1.2 | [Anthropic API Docs](https://docs.anthropic.com/claude/reference/getting-started-with-the-api) | [Anthropic Setup](https://michelnivard.github.io/gptstudio/articles/anthropic.html) |\n| [Ollama](https://ollama.com/) | mistral, llama2, mixtral, phi ([latest models](https://ollama.com/library)) | [Ollama API Docs](https://github.com/ollama/ollama/blob/main/docs/api.md) | [Ollama Setup](https://michelnivard.github.io/gptstudio/articles/ollama.html) |\n| [Perplexity](https://www.perplexity.ai) | pplx-7b-chat, pplx-70b-chat, pplx-7b-online, pplx-70b-online, llama-2-70b-chat, codellama-34b-instruct, mistral-7b-instruct, and mixtral-8x7b-instruct | [Perplexity API Docs](https://docs.perplexity.ai/reference/post_chat_completions) | [Perplexity Setup](https://michelnivard.github.io/gptstudio/articles/perplexity.html) |\n| [Google AI Studio](https://ai.google.dev/tutorials/ai-studio_quickstart) | Gemini and Palm (legacy) | [Google AI Studio Docs](https://ai.google.dev/docs) | [Google AI Studio Setup](https://michelnivard.github.io/gptstudio/articles/google.html) |\n| [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview) | gpt-4, gpt-3.5-turbo ([latest models](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-4-and-gpt-4-turbo-preview)) | [Azure OpenAI API Docs](https://learn.microsoft.com/en-us/azure/ai-services/openai/quickstart?tabs=command-line,python\u0026pivots=rest-api) | [Azure OpenAI Setup](https://michelnivard.github.io/gptstudio/articles/azure.html) |\n| [Cohere](https://cohere.com/) | command, command-light, command-nightly, command-light-nightly | [Cohere API Docs](https://docs.cohere.com/) | [Cohere Setup](https://michelnivard.github.io/gptstudio/articles/cohere.html) |\n\n### Default AI Service: OpenAI\n\nTo get started, you must first set up an API service. The package is configured to work with several AI service providers, allowing for flexibility and choice based on your specific needs. The default configuration is set to use OpenAI's services. To use it you need:\n\n1.  Make an OpenAI account. [Sign up here](https://openai.com/api/).\n\n2.  [Create an OpenAI API key](https://platform.openai.com/account/api-keys) to use with the package.\n\n3.  Set the API key up in Rstudio. See the section below on configuring the API key.\n\n#### Configuring OpenAI API Key\n\nTo interact with the OpenAI API, it's required to have a valid `OPENAI_API_KEY` environment variable. Here are the steps to configure it.\n\nYou can establish this environment variable globally by including it in your project's .Renviron file. This approach ensures that the environment variable persists across all sessions as the Shiny app runs in the background.\n\nHere is a set of commands to open the .Renviron file for modification:\n\n```{r}\n#| eval: false\nrequire(usethis)\nedit_r_environ()\n```\n\nFor a persistent setting that loads every time you launch this project, add the following line to .Renviron, replacing `\"\u003cAPIKEY\u003e\"` with your actual API key:\n\n``` bash\nOPENAI_API_KEY=\"\u003cAPIKEY\u003e\"\n```\n\n**Caution:** If you're using version control systems like GitHub or GitLab, remember to include .Renviron in your .gitignore file to prevent exposing your API key!\n\n**Important Note:** OpenAI API will not function without valid payment details entered into your OpenAI account. This is a restriction imposed by OpenAI and is unrelated to this package.\n\n### Alternative AI Service Providers\n\nWhile OpenAI is the default and currently considered one of the most robust options, `gptstudio` is also compatible with other AI service providers. These include [Anthropic](https://michelnivard.github.io/gptstudio/articles/anthropic.html), [HuggingFace](https://michelnivard.github.io/gptstudio/articles/huggingface.html), [Google AI Studio](https://michelnivard.github.io/gptstudio/articles/google.html), [Azure OpenAI](https://michelnivard.github.io/gptstudio/articles/azure.html), and [Perplexity](https://michelnivard.github.io/gptstudio/articles/perplexity.html). You can select any of these providers based on your preference or specific requirements. You can also run local models with [Ollama](https://michelnivard.github.io/gptstudio/articles/ollama.html). This requires more setup but at the benefit of not sharing your data with any third party.\n\nTo use an alternative provider, you will need to obtain the relevant API key or access credentials from the chosen provider and configure them similarly.\n\n## Privacy Notice for gptstudio\n\nThis privacy notice is applicable to the R package that uses popular language models like gpt-4 turbo and claude-3.5. By using this package, you agree to adhere to the privacy terms and conditions set by the API service.\n\n### Data Sharing with AI Services\n\nWhen using this R package, any text or code you highlight/select with your cursor, or the prompt you enter within the built-in applications, will be sent to the selected AI service provider (e.g., OpenAI, Anthropic, HuggingFace, Google AI Studio, Azure OpenAI) as part of an API request. This data sharing is governed by the privacy notice, rules, and exceptions that you agreed to with the respective service provider when creating an account.\n\n### Security and Data Usage by AI Service Providers\n\nWe cannot guarantee the security of the data you send via the API to any AI service provider, nor can we provide details on how each service processes or uses your data. However, these providers often state that they use prompts and results to enhance their AI models, as outlined in their terms of use. Be sure to review the terms of use of the respective AI service provider directly.\n\n### Limiting Data Sharing\n\nThe R package is designed to share only the text or code that you specifically highlight/select or include in a prompt through our built-in applications. No other elements of your R environment will be shared unless you turn those features on. It is your responsibility to ensure that you do not accidentally share sensitive data with any AI service provider.\n\n**IMPORTANT: To maintain the privacy of your data, do not highlight, include in a prompt, or otherwise upload any sensitive data, code, or text that should remain confidential.**\n\n## Code of Conduct\n\nPlease note that the gptstudio project is released with a [Contributor Code of Conduct](https://github.com/MichelNivard/gptstudio/blob/main/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelnivard%2Fgptstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelnivard%2Fgptstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelnivard%2Fgptstudio/lists"}