better agent
This commit is contained in:
@@ -31,3 +31,7 @@ WHISPER_MODEL = "medium" # "small" for speed, "medium" for accuracy
|
||||
WHISPER_DEVICE = "cuda" # "cuda" or "cpu"
|
||||
TRANSCRIBE_MIN_CHUNK_S = 5 # minimum seconds of audio before transcribing
|
||||
TRANSCRIBE_LINES_PER_GROUP = 3 # whisper segments grouped per transcript ID (1-5)
|
||||
|
||||
# Agent settings
|
||||
AGENT_PERMISSION_MODE = "bypassPermissions" # default|acceptEdits|plan|bypassPermissions|dontAsk
|
||||
AGENT_MAX_TURNS = 5
|
||||
|
||||
Reference in New Issue
Block a user