ollama in zed! and httpstat
This commit is contained in:
parent
783643bf5c
commit
8a2cf44a66
2 changed files with 8 additions and 6 deletions
|
@ -39,6 +39,7 @@ in {
|
|||
gnused
|
||||
gnutar
|
||||
gql
|
||||
httpstat
|
||||
imagemagick
|
||||
inshellisense
|
||||
internetarchive
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// Zed settings
|
||||
//
|
||||
// For information on how to configure Zed, see the Zed
|
||||
// documentation: https://zed.dev/docs/configuring-zed
|
||||
|
@ -15,14 +14,16 @@
|
|||
"assistant_v2": {
|
||||
"enabled": true
|
||||
},
|
||||
// Love this, but it's faked (see run_ollama)
|
||||
"languages": {
|
||||
"Typescript": {
|
||||
"language_servers": ["!typescript-language-server", "vtsls"]
|
||||
}
|
||||
},
|
||||
"assistant": {
|
||||
"version": "1",
|
||||
"provider": {
|
||||
"name": "openai",
|
||||
"type": "openai",
|
||||
"default_model": "gpt-4-turbo-preview",
|
||||
"api_url": "http://localhost:11434/v1"
|
||||
"name": "ollama",
|
||||
"low_speed_timeout_in_seconds": 30
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue