From 1ab7f3681c379c0f498d8d20635867600e198755 Mon Sep 17 00:00:00 2001 From: jacksparrow124 <130068292+jacksparrow124@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:17:01 -0700 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2f2bb5b..735f7f7 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,16 @@
- You need a paid OpenAI account with an API key to run this code. Attach a Raspberry Pi Pico to a microphone that will record the .mp3 file, then use this code and setup diagram to wire and code the Pico. you will also need a speaker to attach to the pico to return the output. for materials, see Requirements section. 🙂 + You need a paid OpenAI account with an API key to run this code. Attach a Raspberry Pi Pico to a microphone that will record the .mp3 file, then use this code and setup diagram to wire and code the Pico. you will also need a speaker to attach to the pico to return the output. for materials, see Requirements section. 🙂 !STILL IN DEVELOPMENT!
-We are using basic ChatGPT 3.5 as a home manager that you can ask to turn on the radio, turn off the lights, and complete other easily automated tasks (fork the repository or create a pull request to add your own features). It uses a microphone to record commands in .mp3 file, then transcribes the .mp3 file to text and gives it to ChatGPT. Speech output is returned through OpenAI's Whisper. @@ -28,8 +23,6 @@ The second, optional part of the project is to create a "magic mirror" to house -
we are currently working on making spanish, chinese, and french versions of the interactive-ness. we would love for others to chip in and help with the effort. to acsess the other language's programs, go to main/main_(the language) and use that code. this will increase ability to customize dramatically. for the time being, we will have the other languages' in main. Once we get the user 1st time start up working, we will move these to a diffrent repo. thanks for understanding! 🙂