An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
GTP Example Full

## Preview - Mobile Version
GTP Example Mobile

## Configuration
Create a `.Renviron` file and store your OpenAI API key
```shell
api_key <-
```