Skip to content

swaradgat19/with-context-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit + ChatGPT

alt text

Overview

This is a sample Streamlit application that demonstrates how to use Streamlit as a UI with OpenAI's Chat API.

Installation

  1. Clone the repository
git clone https://github.com/joeychrys/streamlit-chatGPT.git
  1. Create a .env file based on the .env.example file inside the src directory and add your OPENAI_API_KEY
OPENAI_API_KEY=yourapikey
  1. Create and activate a new virtual environment
python -m venv env
source env/bin/activate
  1. Move to project directory
cd streamlit-chatGPT
  1. Install the required packages
pip install -r requirements.txt
  1. Run the Streamlit application
streamlit run src/main.py

Usage

Once the application is running, you can interact with it by following the on-screen instructions at http://localhost:8501

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published