项目文件夹

文件
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

839 B

V1 Release

These nodes are deprecated, please replace them in your workflows.

OllamaVision

A node that gives an ability to query input images.

pic

A model name should be model with Vision abilities, for example: https://ollama.com/library/llava.

OllamaGenerate

A node that gives an ability to query an LLM via given prompt.

pic

OllamaGenerateAdvance

A node that gives an ability to query an LLM via given prompt with fine tune parameters and an ability to preserve context for generate chaining.

Check ollama api docs to get info on the parameters.

More params info

pic