GroverTek focuses on practical software solutions. Specialties include AI research, local AI deployment, full-stack web development, Linux systems, and embedded firmware. Privacy-focused. No hype.
I found Ollama likes to use a context window of 4096 by default. Because I'm working with opencode and larger development projects that is just not enough. I had to save a version of the Gemma4 model with a 32K context window explicitly (see dev.to/grovertek/running-gemma-4-l... for details). Then calling it via opencode worked as expected - other than the periodic tool call issues you mentioned.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I found Ollama likes to use a context window of 4096 by default. Because I'm working with opencode and larger development projects that is just not enough. I had to save a version of the Gemma4 model with a 32K context window explicitly (see dev.to/grovertek/running-gemma-4-l... for details). Then calling it via opencode worked as expected - other than the periodic tool call issues you mentioned.