Skip to content
/ gptapps Public

Gptapps - A collection of simple useful apps built on top of openai GPT

License

Notifications You must be signed in to change notification settings

glorat/gptapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gptapps (gptapps)

Gptapps - A collection of simple useful apps built on top of openai GPT

This PWA web app provides a sandbox for developers to test out openai/GPT capability by just providing a relevant API key.

Unlike other demo apps out there, this one is probably unique in providing a full range of GPT/langchain capabilities without having any backend service. With no backend, your data and API keys are secure within your browser environment.

Treat this as a sandbox demo app. It should not be used for production purposes since, without a backend, it relies on your API key being provided to the app

Prerequisites

Mandatory: Either an openai.com API key, or an Azure openai endpoint and API key. This should be entered in the settings page

Optional: Endpoint for unstructured-api service. Please follow their instructions for setup. Setting up this endpoint will allow arbitrary files to be uploaded into the browser for Q&A

Local development

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build