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 #tools
Function Calling with a Small Local Model

Tools? Function calling? Some LLMs offer tools support, which allows for function calling. But let's be clear: an LLM cannot execute a function. Tools support means that if you provide an LLM with a formatted list of tools (like the one below), the L...

Prerequisites You should have read the previous article, Developing Generative AI Applications in Go with Ollama, to understand the basics of using Ollama and baby LLMs. For this new article, we'll use this LLM, qwen2.5:1.5b. So run the following com...
