01
GPT-3 Prompt Generator V-4.0
A command-line prompt generator for OpenAI's GPT-3 language model! With just a few simple commands, you can generate a prompt and receive a response from one of the most advanced language models available today. And now, with the new critic mode feature, you can even get feedback and receive a new response. Get ready to unlock the full potential of GPT-3!
GitHub


Projects
02
Python AI Voice Assistant using OpenAI and Speech Recognition
This project is a Python AI Voice Assistant that uses OpenAI's GPT-3 to generate responses to user input and text-to-speech technology to respond to user input with spoken responses. Speech recognition is used to transcribe the user's voice input to text, which is then used as input for the OpenAI model.
03
Openai-chatbot
This is a chatbot built with HTML, CSS and JavaScript that uses OpenAI's text-davinci-003 API engine to generate responses. It has a minimalist design and a floating widget that can be toggled open or closed. Users input messages, the API generates a response, and it's displayed in the chat window.