1
0
Fork 0

Compare commits

...

3 Commits

2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
default_model = "anthropic/claude-3-5-sonnet-20240620"
default_model = "anthropic/claude-3-5-sonnet-latest"
system_prompt = "You are a coding and linux system administration assistant."
theme = "monokai"
[[models]]
name = "anthropic/claude-3-5-sonnet-20240620"
name = "anthropic/claude-3-5-sonnet-latest"
temperature = 0.5
api_key = "<#anthropic_apikey#>"
api_base = "https://api.anthropic.com/v1/messages"

View File

@ -73,7 +73,7 @@ cmd bulkrename $vidir
cmd on-cd &{{
lf -remote "send $id set promptfmt \"$(${HOME}/.local/libexec/lf_prompt)\""
printf "%b" "\033]0;$(zsh -c 'print -P %n@%m [%3~] ')\007" > /dev/tty
printf "%b" "\033]0;$(zsh -c 'print -P "%n@%m [%3~] "')\007" > /dev/tty
}}
cmd on-quit &printf "\033]0; $(echo $PWD | sed "s|$HOME|~|")\007" > /dev/tty