This is a Python program that can talk to you! It uses the GPT-3 technology to generate responses to your questions. You can ask it anything you want, and it will try to give you a good answer.
The program listens to your voice via your computer's microphone, converts what you say to text using SpeechRecognition, sends the text to GPT-3 to generate a response, and uses pyttsx3 to speak the response aloud.
- First, you need to download the exe file provided
dist\OpenSpeak.exe
. - You'll need to enter an API key to use GPT-3. The script will prompt you to enter it. You can create or view your API on OpenAI.
- Once you've entered your API key, the program will start running. It will prompt you to speak your question.
- Say your question out loud, and the it will try to answer it.
- The program will speak the answer out loud.
- If you want to stop using the program and Quit, just say "quit" or "exit" when it prompts you to speak your question.
This program might not always work perfectly. If it doesn't understand you, or if it gives you a weird answer, don't worry! Just try asking your question again, or try a different question.