add captions log on the workspace
This commit is contained in:
@@ -43,7 +43,7 @@ MAX_BUFFER_SECONDS = 15
|
||||
CONTEXT_CHARS = 500 # How much previous text to keep for context
|
||||
|
||||
WORKSPACE_DIR = "workspace"
|
||||
LOGS_DIR = "logs"
|
||||
LOGS_DIR = os.path.join(WORKSPACE_DIR, "transcription")
|
||||
SOUL_PATH = "soul.md"
|
||||
SYSTEM_SOUND = "/System/Library/Sounds/Tink.aiff"
|
||||
FOLLOW_UP_SOUND = "/System/Library/Sounds/Submarine.aiff"
|
||||
|
||||
Reference in New Issue
Block a user