Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roldanalex/Personal-Assistant-AI
Personal AI Chatbot is a R/Shiny app that answer user's prompts and stores them for a more efficient response.
https://github.com/roldanalex/Personal-Assistant-AI
chatgpt-api openai-api r shiny
Last synced: about 1 month ago
JSON representation
Personal AI Chatbot is a R/Shiny app that answer user's prompts and stores them for a more efficient response.
- Host: GitHub
- URL: https://github.com/roldanalex/Personal-Assistant-AI
- Owner: roldanalex
- Created: 2023-07-10T23:14:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T02:49:33.000Z (9 months ago)
- Last Synced: 2024-08-13T07:11:04.289Z (5 months ago)
- Topics: chatgpt-api, openai-api, r, shiny
- Language: R
- Homepage: https://alexis-roldan-ds.shinyapps.io/Personal-AI-Chatbot/
- Size: 23.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - roldanalex/Personal-Assistant-AI - Personal AI Chatbot is a R/Shiny app that answer user's prompts and stores them for a more efficient response. (R)
README
# "Lucy" - Personal AI Assistant
**IMPORTANT:**
**This application uses OpenAI's GTP models; therefore, please make sure to register and obtain an *OpenAI API Key*.**# Overview
Interactive AI Assistant developed in R/Shiny and powered by OpenAI's GTP-3.5 & GTP-4.0 models. This personal chatbot can store prompt history to increase response efficiency within the same session.## Preview - Full Window
Please see below for screenshot of app web version.
![Lucy Personal AI Assistant - Web Version](figs/Lucy-AI-Assistant-Web.png)
## Preview - Mobile Version
Screenshot below show app mobile version.
## Configuration
Create a `.Renviron` file and store your OpenAI API key
```shell
api_key <-
```