Skip to content

A demonstration of a chatbot interface that uses the OpenAI ChatGPT API

Notifications You must be signed in to change notification settings

aimerou/gradio-chatgpt-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This app is a Chatbot UI that uses the OpenAI ChatGPT API to provide responses to text inputs. It is launched using the Gradio library, which allows the user to enter text queries from a nice interface and receive responses from the chatbot.

image

Install Dependencies

Run:

pip install -r requirements.txt

API Key

The app will need an OpenAI API Key to work. To specify it, create a .env file and write your OpenAI API key

OPENAI_API_KEY=XXXXXXXXX

Start App

Just run:

gradio mywebgpt.py

Then, you can see your app at the url http://127.0.0.1:8080/.

About

A demonstration of a chatbot interface that uses the OpenAI ChatGPT API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages