https://github.com/roldanalex/Chat-Shiny-App
GTP Assistant App to support users to get prompt answers directly using ChatGTP
https://github.com/roldanalex/Chat-Shiny-App
app chatbox gtp gtp-core r shiny
Last synced: 4 months ago
JSON representation
GTP Assistant App to support users to get prompt answers directly using ChatGTP
- Host: GitHub
- URL: https://github.com/roldanalex/Chat-Shiny-App
- Owner: roldanalex
- Created: 2023-03-11T23:37:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T06:53:27.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:03.605Z (8 months ago)
- Topics: app, chatbox, gtp, gtp-core, r, shiny
- Language: R
- Homepage: https://alexis-roldan-ds.shinyapps.io/GTP-Assistant-App/
- Size: 616 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - roldanalex/Chat-Shiny-App - GTP Assistant App to support users to get prompt answers directly using ChatGTP (R)
README
# 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
## Preview - Mobile Version
## Configuration
Create a `.Renviron` file and store your OpenAI API key
```shell
api_key <-
```