simple-chat-bot / README.md
Fahad Mattoo
updating text (#9)
4a5efb8 unverified
|
raw
history blame
558 Bytes
metadata
title: This is a simple chat bot using openAI GPT models.
emoji:
  '[object Object]': null
colorFrom: red
colorTo: green
sdk: streamlit
sdk_version: 1.31.1
app_file: app.py
pinned: false

simple-chat-bot

This is a simple chat bot using openAI GPT models.

Create env

  1. Create conda env
conda create -n chat_bot_env python=3.10
  1. Activate env
conda activate chat_bot_env
  1. install packages
pip install -r requirements.txt

Run the application

streamlit run src\app.py