Through this script you can communicate with gpt-3.5-turbo model of openAI on your terminal or alternately you can use it as a feature for your telegram bots or whatsapp bots, not really a hardcore project but its fun you know? tho you can't make many requests at a time because of their rate limits policy
openai
A library by openAI, basically a wrappper to work with their api
python-dotenv
To work with the environmets variable, which is the apikey for your account provided by openAI
- openai
- python-dotenv
chmod +x install.sh
provide executeable permission to the script to make it executeable
./install.sh
If you want to learn more how this works, you can consider visiting openAI's documentation.