Update assistant.py
Adjust spacing.
This commit is contained in:
parent
ca37cbdb42
commit
9b0c28ad32
|
|
@ -31,6 +31,7 @@ INPUT_RATE = 16000
|
||||||
INPUT_CHUNK = 1024
|
INPUT_CHUNK = 1024
|
||||||
OLLAMA_REST_HEADERS = {'Content-Type': 'application/json',}
|
OLLAMA_REST_HEADERS = {'Content-Type': 'application/json',}
|
||||||
INPUT_CONFIG_PATH ="assistant.yaml"
|
INPUT_CONFIG_PATH ="assistant.yaml"
|
||||||
|
|
||||||
class Assistant:
|
class Assistant:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.config = self.initConfig()
|
self.config = self.initConfig()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user