Skip to content

yuvaraj-06/gpt3.5-turbo-whatsapp-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Whatsapp chatbot based on the OpenAI GPT3.5 model | GPT3.5 Demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages