Skip to content

mwinterde/streamlit-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-chatbot

This repository provides a simple web app for playing around with the OpenAI chat completion API. Try out the sample app or follow the below instructions to test it in your local environment.

Local Setup

  1. Clone this repository
  2. Install the dependencies with pip install -r requirements.txt
  3. Start the web app with streamlit run src/app.py

App Usage

  1. Enter your OpenAI API key
  2. Start a conversation with the chatbot
  3. (Optional) Change the temperature to observe how it affects the chatbot's responses

Screenshot

Demo

About

Simple web app for playing around with the OpenAI chat completion API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages