Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pshirshov opened this issue Mar 31, 2025 · 2 comments
Open

Comments

@pshirshov
Copy link

pshirshov commented Mar 31, 2025

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"

@icycodes
Copy link
Member

icycodes commented Apr 1, 2025

Hi @pshirshov, could you please check the versions of the Tabby server, IntelliJ Plugin, and VSCode Extension you are using?

This issue may be caused by using an outdated plugin version with a newer server version. Please try updating to the latest versions and see if it resolves the problem.
The latest versions are:

@pshirshov
Copy link
Author

vscodium plugin 1.26.0, intellij plugin 1.13.0, tabby 0.26.0 / 0.27.0, ollama 0.6.2 if that matters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants