Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 663 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 663 Bytes

GPT3.5 Turbo Chatbot for Twilio

Python chatbot implemented with official OpenAI API using model gpt-3.5-turbo. ChatGPT is powered by gpt-3.5-turbo, OpenAI’s most advanced language model.

How to use

1.clone code from github

git clone git@github.com/yuvaraj-06/gpt3.5-turbo-whatsapp-bot.git
cd gpt3.5-turbo-whatsapp-bot

2.setup and activate venv

python3 -m venv .
source bin/activate

3.install requirements

pip install -r requirements.txt

4.get your API Keys from https://platform.openai.com/account/api-keys, and set openai.api_key in code.

Contact Me

Email - yuvarajcoder@gmail.com