I'm trying to set up tabby with ollama. Completions work, but the chat panel in intellij permanently shows "loading chat panel" and the chat panel in vscodium shows the same for a short time and then says "failed to load the chat panel". There is nothing relevant in the extension log, even with trace debug level.
IntelliJ:

vscodium:

the http://localhost:11029/chat url is accessible and always shows this, there are no JS errors nor request failures:

tabby server config:
[model.chat.http]
api_endpoint = "http://localhost:11434/v1"
kind = "openai/chat"
model_name = "huihui_ai/deepseek-r1-abliterated:32b"
[model.completion.http]
api_endpoint = "http://localhost:11434"
kind = "ollama/completion"
model_name = "huihui_ai/qwen2.5-coder-abliterate:14b"
prompt_template = "<|fim_prefix|>{prefix}<|fim_suffix|>{suffix}<|fim_middle|>"
[model.embedding.http]
api_endpoint = "http://localhost:11434"
kind = "ollama/embedding"
model_name = "mxbai-embed-large"
I tried both api_endpoint = "http://localhost:11434/v1" and api_endpoint = "http://localhost:11434"
I'm trying to set up tabby with ollama. Completions work, but the chat panel in intellij permanently shows "loading chat panel" and the chat panel in vscodium shows the same for a short time and then says "failed to load the chat panel". There is nothing relevant in the extension log, even with trace debug level.
IntelliJ:
vscodium:
the http://localhost:11029/chat url is accessible and always shows this, there are no JS errors nor request failures:
tabby server config:
I tried both
api_endpoint = "http://localhost:11434/v1"andapi_endpoint = "http://localhost:11434"