mirror of
https://github.com/ollama/ollama.git
synced 2025-11-12 09:37:55 +01:00
Context is currently mixed between pointer and value receivers. Change this to be all pointer receivers so don't have to reason about whether the things we are updating in the struct will be retained.