mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #65] Сonnection testing error with Ollama #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kolovr14 on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/65
When running the configuration test, an error occurs: Error unmarshal: invalid character '<' looking for beginning of value.
@asdek commented on GitHub (Oct 24, 2025):
Hello @kolovr14,
This looks like an issue on the LLM side - I faced something similar when the context size was too low. Please check out the guide with supported models.
Btw, the latency is way too high... I think it won't work well :(
@kolovr14 commented on GitHub (Oct 24, 2025):
I use llama318b
@asdek commented on GitHub (Oct 24, 2025):
it's just for testing Ollama connectivity, not for production use...
according to my tests, all models under 32B aren't suitable for Automation mode, though gpt-oss-20b can work for Assistant mode
@kolovr14 commented on GitHub (Oct 24, 2025):
I got it. Thank you. I'll try it. No specific settings are required for gpt-oss-20b, please let me know
@asdek commented on GitHub (Oct 24, 2025):
I used vLLM to run it, probably it should work on Ollama too.
vLLM version was 0.10.1+gptoss, now you can use something newer
@asdek commented on GitHub (Feb 21, 2026):
Closes #102