Repository of tools I use with Open WebUI
Find a file
2025-03-15 18:03:36 +05:30
github_til.py add: tool to publish til posts 2025-03-15 18:03:36 +05:30
jira_issue.py add: jira issue tool 2025-03-15 15:34:52 +05:30
LICENCE add: jira issue tool 2025-03-15 15:34:52 +05:30
README.md add: jira issue tool 2025-03-15 15:34:52 +05:30

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