From 6c913bfff598d41750403781f9386d6abdf99cf0 Mon Sep 17 00:00:00 2001 From: maglore9900 Date: Tue, 27 Aug 2024 23:31:51 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d7efe6..52bd5ea 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,9 @@ it currently will respond as an LLM like usual, but can also control spotify this is a fun work in progress. if you want to use it and or develop for it be my guest. would love to have more tools designed. -Note: this will work with openai or ollama models. you will need to set up the .env for that as well as spotify +Note: + +1) this will work with openai or ollama models. you will need to set up the .env for that as well as spotify +2) this is designed to pull a custom voice from the alltalk project https://github.com/erew123/alltalk_tts, that is how I am cloning max headroom's voice. You can alter or simply not use this, it will currently fallback to pyttsx3. + +Will move more variables to the .env folders soon.