fix config
This commit is contained in:
@ -15,13 +15,13 @@ timeout_seconds = 300
|
||||
[logging]
|
||||
# Log configuration
|
||||
level = "info" # debug, info, warn, error
|
||||
file = "~/.ai-shell/ai-shell.log"
|
||||
file = "~/.config/syui/ai/shell/aishell.log"
|
||||
max_size_mb = 10
|
||||
max_backups = 3
|
||||
|
||||
[cli]
|
||||
# CLI behavior
|
||||
history_file = "~/.ai-shell/history"
|
||||
history_file = "~/.config/syui/ai/shell/history"
|
||||
max_history = 1000
|
||||
prompt = "ai> "
|
||||
color_output = true
|
||||
|
Reference in New Issue
Block a user