Skip to content

"failed to load the chat panel" / "loading chat panel" when using ollama #4097

Description

@pshirshov

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:

Image

vscodium:

Image

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

Image

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions