Functions
What are Functions? Open WebUI Functions are Python scripts provided to a Large Language Model (LLM) at the time of request. These tools enable LLMs to perform actions and access additional context. To use functions effectively, the LLM you’re working with must support function calling. How can I use Functions? Once installed, functions can be … Read more