mirror of
https://github.com/vipul-sharma20/open-webui-tools.git
synced 2026-06-28 08:23:01 +00:00
Repository of tools I use with Open WebUI
- Python 100%
| github_til.py | ||
| jira_issue.py | ||
| LICENCE | ||
| README.md | ||
Repository of tools I use with Open WebUI.
Tools are python scripts that are provided to an LLM at the time of the request. Tools allow LLMs to perform actions and receive additional context as a result. Generally speaking, your LLM of choice will need to support function calling for tools to be reliably utilized.
source: here