What can I to do ? #557

Closed
opened 2026-02-16 17:27:18 -05:00 by yindo · 9 comments
Owner

Originally created by @MarkusAureus on GitHub (Jul 8, 2025).

Originally assigned to: @thdxr on GitHub.

Image Image Image Image
Originally created by @MarkusAureus on GitHub (Jul 8, 2025). Originally assigned to: @thdxr on GitHub. <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/9991cb94-a0d6-4bca-a958-f37410beb0ca" /> <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/d6504e06-e810-4a73-8685-a83cb8dd7781" /> <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/c0bd4eb8-4cbd-4046-9d65-d71d1297791c" /> <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/aa6c5dde-8b99-4ade-9f3e-2aa255e59150" />
yindo closed this issue 2026-02-16 17:27:18 -05:00
Author
Owner

@Omegastick commented on GitHub (Jul 8, 2025):

I'm guessing you need to use a model that supports tool calls.

@Omegastick commented on GitHub (Jul 8, 2025): I'm guessing you need to use a [model that supports tool calls](https://ollama.com/search?c=tools).
Author
Owner

@MarkusAureus commented on GitHub (Jul 8, 2025):

Nice limiting...

@MarkusAureus commented on GitHub (Jul 8, 2025): Nice limiting...
Author
Owner

@MarkusAureus commented on GitHub (Jul 8, 2025):

This is supported..
OpenCode is nice sh1t.

Image
@MarkusAureus commented on GitHub (Jul 8, 2025): This is supported.. OpenCode is nice sh1t. <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/7bc92a5d-445e-490c-84d8-e6acd24fc221" />
Author
Owner

@adamdotdevin commented on GitHub (Jul 8, 2025):

this error is coming straight out of ollama, is there config you need to change on the ollama side?

@adamdotdevin commented on GitHub (Jul 8, 2025): this error is coming straight out of ollama, is there config you need to change on the ollama side?
Author
Owner

@adamdotdevin commented on GitHub (Jul 8, 2025):

https://github.com/ollama/ollama/issues/8517 is it this issue?

@adamdotdevin commented on GitHub (Jul 8, 2025): https://github.com/ollama/ollama/issues/8517 is it this issue?
Author
Owner

@adamdotdevin commented on GitHub (Jul 8, 2025):

maybe try another non-ollama local provider?

@adamdotdevin commented on GitHub (Jul 8, 2025): maybe try another non-ollama local provider?
Author
Owner

@jaswdr commented on GitHub (Jul 10, 2025):

This is supported.. OpenCode is nice sh1t.
Image

This is not particularly a limitation of OpenCode. The same error will happen if you use this model with any other tool. I suggest you to check the models that support tools and try it out. As example, most of the qwen models support it, like qwen3-8b. I've tested it by installing LLM Studio locally and it worked really well. Of course, due to the size of the model, specially when comparing with Claude 4 Sonnet, the responses are not perfect. But I recommend you to keep testing anyway, eventually you will find a model that fits your need, this is just the nature of running models locally.

@jaswdr commented on GitHub (Jul 10, 2025): > This is supported.. OpenCode is nice sh1t. > <img alt="Image" width="1920" height="1080" src="https://private-user-images.githubusercontent.com/122790913/463854822-7bc92a5d-445e-490c-84d8-e6acd24fc221.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTIxNDE1MjgsIm5iZiI6MTc1MjE0MTIyOCwicGF0aCI6Ii8xMjI3OTA5MTMvNDYzODU0ODIyLTdiYzkyYTVkLTQ0NWUtNDkwYy04NGQ4LWU2YWNkMjRmYzIyMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwNzEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDcxMFQwOTUzNDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZWUyYmZmOGRhZjFmMGRkMTVjZmQ0ODYwYjlhZmFhYjc2MjYyNTQxOGM0NjRjNzliYTEwODYxYTQxMDg5ODBmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.DX1_URknGe0TrTCgngJ_hM8_wsSB5JHvaA5QkXZJOzw"> This is not particularly a limitation of OpenCode. The same error will happen if you use this model with any other tool. I suggest you to check the models that support tools and try it out. As example, most of the qwen models support it, like `qwen3-8b`. I've tested it by installing LLM Studio locally and it worked really well. Of course, due to the size of the model, specially when comparing with Claude 4 Sonnet, the responses are not perfect. But I recommend you to keep testing anyway, eventually you will find a model that fits your need, this is just the nature of running models locally.
Author
Owner

@perfectra1n commented on GitHub (Jul 10, 2025):

deepseek-r1:8b, llama2, and DeepSeek-Coder don't support tool calling, as the error states @MarkusAureus 😂😂😂

https://github.com/ollama/ollama/issues/8517

Try qwen3:1.7b lol

@perfectra1n commented on GitHub (Jul 10, 2025): `deepseek-r1:8b`, `llama2`, and `DeepSeek-Coder` don't support tool calling, as the error states @MarkusAureus 😂😂😂 https://github.com/ollama/ollama/issues/8517 Try `qwen3:1.7b` lol
Author
Owner

@MarkusAureus commented on GitHub (Jul 10, 2025):

I solved it.
I got it.
pip install open-interpreter

@MarkusAureus commented on GitHub (Jul 10, 2025): I solved it. I got it. pip install open-interpreter
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#557