Skip to content

The "Stunning Chatbot" is a GitHub repository that contains a project showcasing a simple user interface (UI) for a chatbot. It utilizes OpenAI's text completion API to generate responses based on user input.

License

Notifications You must be signed in to change notification settings

MuLIAICHI/stunning-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stunning Chatbot

This project is a simple UI that uses OpenAI's text completion API to generate responses based on user input. To get started, follow the steps below:

  1. Clone the repository from GitHub by running the following command:
git clone https://github.com/your-username/your-repo.git
  1. Install the necessary requirements by running the following command:
pip install -r requirements.txt

Note: You will need to set up your OpenAI API key before running the program. See the OpenAI documentation for instructions on how to do this.

Customization

To customize the program, you can modify the process_input function to change how user input is processed, or you can modify the UI by changing the CTk objects.

Screenshot

About

The "Stunning Chatbot" is a GitHub repository that contains a project showcasing a simple user interface (UI) for a chatbot. It utilizes OpenAI's text completion API to generate responses based on user input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages