From ede6a30b9dc95088a3435dc274ed4692684fb0d3 Mon Sep 17 00:00:00 2001 From: SevaSk <50382291+SevaSk@users.noreply.github.com> Date: Sat, 13 May 2023 20:36:54 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfdb0f5..0fb6655 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 🎧 Ecoute -Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3 for the user to say based on the live transcription of the conversation. +Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation. ## 📖 Description @@ -15,6 +15,7 @@ Follow these steps to set up and run ecoute on your local machine. - Python 3.x - An OpenAI API key +- Only works on windows currently ### 🔧 Installation