mirror of
https://github.com/apeatling/ollama-voice-mac.git
synced 2024-04-20 16:47:52 +03:00
Update assistant.py
Adjust spacing.
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user