Update server_executor_cleaned.py

This commit is contained in:
projects-g
2023-07-18 22:56:53 +05:30
committed by GitHub
parent f26c530f9e
commit 8bea715c8f

View File

@@ -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"])