Spaces:
Sleeping
Sleeping
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
- Create conda env
conda create -n chat_bot_env python=3.10
- Activate env
conda activate chat_bot_env
- install packages
pip install -r requirements.txt
Run the application
streamlit run src\app.py