/Chat-Shiny-App

GTP Assistant App to support users to get prompt answers directly using ChatGTP

Primary LanguageR

GTP Assistant App

IMPORTANT: Please make sure to first get an OpenAI API Key before running the application.

Overview

Interact with GPT through this R/Shiny application to process user's request prompts.

Preview - Full Window

GTP Example Full

Preview - Mobile Version

GTP Example Mobile

Configuration

Create a .Renviron file and store your OpenAI API key

api_key <- <Your API Key>