From 6b2b0530c0906c1aab577578958b6e6560833fa7 Mon Sep 17 00:00:00 2001 From: maglore9900 Date: Sun, 6 Oct 2024 10:57:17 -0400 Subject: [PATCH] updated env --- example_env.txt | 2 +- requirements_windows.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example_env.txt b/example_env.txt index 19b48da..19203bf 100644 --- a/example_env.txt +++ b/example_env.txt @@ -16,7 +16,7 @@ CHARACTER = 'max' #LISTEN_MODEL will take whisper or google, whisper is the best option but requires additional setup with Nvidia drivers LISTEN_MODEL = 'google' -TIME_LIST = '10' +TIME_LISTEN = '10' #STREAM SPEAK URL is using the default url for Alltalk. If you dont have all talk you can ignore this, if you want to use a different service, simply replace the url STREAM_SPEAK_URL = 'http://127.0.0.1:7851/api/tts-generate' diff --git a/requirements_windows.txt b/requirements_windows.txt index d2a6f82..11b2a17 100644 --- a/requirements_windows.txt +++ b/requirements_windows.txt @@ -8,7 +8,6 @@ langchainhub==0.1.15 langchain_experimental sentence_transformers langchain_openai -faiss-cpu pypdf langsmith unstructured