This commit is contained in:
Paul Gauthier 2025-01-31 09:13:50 -08:00
parent aecc32fbfb
commit 2fb517b293
3 changed files with 5 additions and 9 deletions

View file

@ -1,6 +1,7 @@
# Release history
### main branch
- Improved handling of context window size limits, with better messaging and Ollama-specific guidance.
- Added support for removing model-specific reasoning tags from responses with `remove_reasoning: tagname` model setting.
- Auto-create parent directories when creating new files, by xqyz.