Meet Lucy - Part 1
Function Calling with a Small Local Model
Aug 8, 202510 min read196

Search for a command to run...
Articles tagged with #function-calling
Function Calling with a Small Local Model

In a previous article (Creating AI Agents with Agentic Compose, Bash, Curl, Jq, and Gum), we saw how to use Docker Model Runner with Bash, Jq, Curl, and Gum using a small Bash library I named Osprey. In this article, we'll see how to use Osprey for "...

Let's go a bit further in using "function calling" and create more complex prompts.

Today, we will learn how to use "function calling" with LLMs. First, it's important to understand that an LLM is not at all capable of executing code or a command. However, some models support "tools". This capability gives the model, which has been ...
