ollama in zed! and httpstat

This commit is contained in:
Anthony Cicchetti 2024-06-13 18:46:04 -04:00
parent 783643bf5c
commit 8a2cf44a66
2 changed files with 8 additions and 6 deletions

View file

@ -39,6 +39,7 @@ in {
gnused gnused
gnutar gnutar
gql gql
httpstat
imagemagick imagemagick
inshellisense inshellisense
internetarchive internetarchive

View file

@ -1,4 +1,3 @@
// Zed settings
// //
// For information on how to configure Zed, see the Zed // For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed // documentation: https://zed.dev/docs/configuring-zed
@ -15,14 +14,16 @@
"assistant_v2": { "assistant_v2": {
"enabled": true "enabled": true
}, },
// Love this, but it's faked (see run_ollama) "languages": {
"Typescript": {
"language_servers": ["!typescript-language-server", "vtsls"]
}
},
"assistant": { "assistant": {
"version": "1", "version": "1",
"provider": { "provider": {
"name": "openai", "name": "ollama",
"type": "openai", "low_speed_timeout_in_seconds": 30
"default_model": "gpt-4-turbo-preview",
"api_url": "http://localhost:11434/v1"
} }
} }
} }