First Contact with Docker Model Runner in Golang
Chat Completion in Docker Model Runner with Golang
Apr 14, 20259 min read1.1K

Search for a command to run...

Series
Chat Completion in Docker Model Runner with Golang

Similarity search between embeddings

Make my tiny model smarter

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 ...

When I'm programming, I often need realistic test data. For this purpose, there are frameworks like Faker, Java Faker, and others. Today, thanks to the "JSON structured output" principle that allows constraining a model to generate data according to ...

How to use MCP servers with LLMs simply and securely.
