This project helps you engage in insightful conversations and get prompt assistance. Powered by OpenAI's GPT-3.5 Turbo model, Intellecta is designed to provide intelligent responses to your queries.
-
Clone the Repo:
git clone https://github.com/dishathakurata/Intellecta.git
-
Create Virtual Environment:
Using venv
:
python -m venv venv
source venv/bin/activate
Using conda
:
conda create --name myenv
conda activate myenv
- Install Required Modules:
pip install -r requirements.txt
-
Get OpenAI API KEY:
- Obtain your API key from the OpenAI website.
- Open the file named renamedot.env and enter your API key.
-
Rename the File:
- Change
example.env
to.env
mv example.env .env
- Change
-
Run the Script:
streamlit run app.py
-
Enjoy playing !