From 8bea715c8f5721be9a943902ad12c48c798fc184 Mon Sep 17 00:00:00 2001 From: projects-g <63178974+projects-g@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:56:53 +0530 Subject: [PATCH] Update server_executor_cleaned.py --- server_executor_cleaned.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server_executor_cleaned.py b/server_executor_cleaned.py index c9f61d4b..2c2e54a3 100644 --- a/server_executor_cleaned.py +++ b/server_executor_cleaned.py @@ -28,6 +28,7 @@ RATE = 48000 audio_buffer = AudioFifo() executor = ThreadPoolExecutor() transcription_text = "" +# Load your locally downloaded Vicuna model and load it here. Set this path in the config.ini file llm = GPT4All(config["DEFAULT"]["LLM_PATH"])