Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.




Lucy Personal AI Assistant - Mobile Version

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