Skip to content

This repository contains code for a chatbot implemented using Gradio and OpenAI's text-davinci-003 model.

License

Notifications You must be signed in to change notification settings

arham-kk/chatbot-gradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot

This project implements a chatbot using Gradio and OpenAI's text-davinci-003 model. The chatbot can generate responses to user input based on the trained model.

2023-08-10-20-49-44.mp4

Usage

  1. Set up your OpenAI API credentials by replacing YOUR_API_KEY with your actual API key in the openai.api_key line of the code

  2. Install the required dependencies:

pip install gradio openai
  1. Run the Gradio interface:
python chatbot.py
  1. Enter your message in the input textbox and the chatbot will generate a response based on the trained model.

About

This repository contains code for a chatbot implemented using Gradio and OpenAI's text-davinci-003 model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages