Skip to content

A conversational chatbot built in Python using Streamlit and the OpenAI LLM model GPT 3.5.

Notifications You must be signed in to change notification settings

sprklinginfo/openai-chatbot-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖💬 OpenAI Chatbot

A conversational chatbot built in Python using Streamlit and the OpenAI LLM model GPT 3.5.

Demo App

Streamlit App

Prerequisite libraries

streamlit
openai

Get an OpenAI API key

You can get your own OpenAI API key by following the following instructions:

  1. Go to https://platform.openai.com/account/api-keys.
  2. Click on the + Create new secret key button.
  3. Next, enter an identifier name (optional) and click on the Create secret key button.

Further Reading

About

A conversational chatbot built in Python using Streamlit and the OpenAI LLM model GPT 3.5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%