Compare commits
3 Commits
0a665fcc53
...
2dd4aee7b4
Author | SHA1 | Date |
---|---|---|
Luca Bilke | 2dd4aee7b4 | |
Luca Bilke | 5bb7be8adc | |
Luca Bilke | ec52db4418 |
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue