文件历史

2 次代码提交

作者 SHA1 备注 提交日期
Franck Demongin 6db7560576 Add OllamaChat node with session management and Ollama Cloud models support (#124) 2025-10-23 20:02:46 +03:00
Zoltán Dócs cf55be7ce1 Various maintenance items (#116)
* gitignore pycache

* mark V1 nodes deprecated, rename current nodes

* refactor deprecated nodes into separate file

* cleanup imports

* update documentation

* update readme

* update ollama client:
- add new 'think' argument
- add separate thinking output
- remove 'filter_thinking' which is no longer needed
- In case the user requests thinking with a model that does not support thinking, an error message stops the run

* - show error toast when the list of models fails to load,
- avoid emptying the model selection when the list fails to load

* add button widget to reconnect

* add extension badge

* add tooltips and node descriptions

* add example workflows

* update example image in readme

* update change log

* bump version for release
2025-08-04 22:58:04 +03:00