mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Update server_executor_cleaned.py
This commit is contained in:
@@ -28,6 +28,7 @@ RATE = 48000
|
|||||||
audio_buffer = AudioFifo()
|
audio_buffer = AudioFifo()
|
||||||
executor = ThreadPoolExecutor()
|
executor = ThreadPoolExecutor()
|
||||||
transcription_text = ""
|
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"])
|
llm = GPT4All(config["DEFAULT"]["LLM_PATH"])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user