This commit is contained in:
Paul Gauthier 2025-02-04 16:34:21 -08:00
parent 5755aa3eb8
commit 8fbad757bf
3 changed files with 190 additions and 190 deletions

View file

@ -25,6 +25,7 @@ cog.out(text)
### main branch
- Fast startup with more providers and when model metadata provided in local files.
- Removes `<think>` tags from R1 responses for commit messages (and other weak model uses).
- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat.
- Watch files now fully ignores top-level directories, to reduce the chance of hitting OS limits on number of watched files. Helpful to ignore giant subtrees like `node_modules`.