You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a non-local Ollama service as an AI configuration request is incorrect.Zed send Get request Uri is /api/chat.The correct request should be the Post method.
Check for existing issues
Describe the bug / provide steps to reproduce it
Using a non-local Ollama service as an AI configuration request is incorrect.Zed send Get request Uri is /api/chat.The correct request should be the Post method.
The configuration file is as follows.
"language_models": {
"ollama": {
"api_url": "http://ollama_ip:11434/",
"available_models": [
{
"display_name": "deepseek-coder",
"name": "deepseek-coder-v2:16b-lite-instruct-q8_0",
"max_tokens": 10000,
"keep_alive": "30m"
}
]
}
}
Zed Version and System Specs
zed Dev 0.169.0 windows 11
If applicable, add screenshots or screencasts of the incorrect state / behavior
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: