From e31f38aa94258ce60228dd2a54c5d7031315c223 Mon Sep 17 00:00:00 2001 From: Nolan Mascrier <63266772+NolanMascrier@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:01:31 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f29d417..b4f9157 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,6 @@ Connect the Arduino to your computer, and check which USB port it is using. If i Furthermore, in the same folder as `server.py`, you'll need to create a `.env` and put in the following value : `KEY="your_api_key"`. You can use a Key for DeepSeek. If you wish to use another model, you'll need to change the `querry()` function. Once connected, simply launch the server with python : `python3 server.py`. If it works, you'll see a `Listening on /dev/ttyACM0 ...` in the console. + +## Known issues +The TTS is overlapping with the next one, and sometimes repeating the same audio file.