Update README.md

This commit is contained in:
Nolan Mascrier 2025-03-10 08:01:31 +01:00 committed by GitHub
parent a47c814291
commit e31f38aa94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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. 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.