chore(zed): use Claude at work
This commit is contained in:
parent
e2b9610607
commit
9f9f4e340a
2 changed files with 11 additions and 0 deletions
|
@ -20,8 +20,13 @@
|
|||
"assistant": {
|
||||
"version": "2",
|
||||
"default_model": {
|
||||
{{- if hasSuffix "@rwe.com" .email }}
|
||||
"provider": "copilot_chat",
|
||||
"model": "claude-3-7-sonnet"
|
||||
{{- else }}
|
||||
"provider": "ollama",
|
||||
"model": "deepseek-coder-v2:latest"
|
||||
{{- end }}
|
||||
}
|
||||
},
|
||||
"preview_tabs": {
|
||||
|
|
|
@ -79,6 +79,12 @@ fi
|
|||
|
||||
export PATH="$PATH:$HOME/.dotnet/tools"
|
||||
|
||||
# LM Studio
|
||||
|
||||
if [[ -d $HOME/.lmstudio/bin ]]; then
|
||||
export PATH="$PATH:$HOME/.lmstudio/bin"
|
||||
fi
|
||||
|
||||
# Znap
|
||||
export ZNAP_HOME="$XDG_DATA_HOME/znap"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue