Update assistant.py

Adjust spacing.
This commit is contained in:
Andy Peatling
2023-12-28 08:09:06 -08:00
committed by GitHub
parent ca37cbdb42
commit 9b0c28ad32

View File

@@ -31,6 +31,7 @@ INPUT_RATE = 16000
INPUT_CHUNK = 1024
OLLAMA_REST_HEADERS = {'Content-Type': 'application/json',}
INPUT_CONFIG_PATH ="assistant.yaml"
class Assistant:
def __init__(self):
self.config = self.initConfig()