<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Llm on Caktus Group</title><link>https://www.caktusgroup.com/tags/llm/</link><description>Recent content in Llm on Caktus Group</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 27 Apr 2026 09:00:00 -0400</lastBuildDate><atom:link href="https://www.caktusgroup.com/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>Easily Stream LLM Responses with Django-Bolt and PydanticAI</title><link>https://www.caktusgroup.com/blog/2026/04/27/django-bolt-easy-pydanticai-streaming/</link><pubDate>Mon, 27 Apr 2026 09:00:00 -0400</pubDate><guid>https://www.caktusgroup.com/blog/2026/04/27/django-bolt-easy-pydanticai-streaming/</guid><description>&lt;p>I like how easy it is to create an async streaming endpoint with &lt;a href="https://bolt.farhana.li/" target="_blank" rel="noopener noreferrer">django-bolt&lt;/a> and &lt;a href="https://pydantic.dev/docs/ai/overview/" target="_blank" rel="noopener noreferrer">PydanticAI&lt;/a> from scratch. With only a few commands you can set it up.&lt;/p></description></item><item><title>PydanticAI Agents Intro</title><link>https://www.caktusgroup.com/blog/2025/12/16/pydanticai-agents-intro/</link><pubDate>Tue, 16 Dec 2025 08:00:00 -0500</pubDate><guid>https://www.caktusgroup.com/blog/2025/12/16/pydanticai-agents-intro/</guid><description>&lt;p>In previous posts, we explored function calling and how it enables models to interact with external tools. However, manually defining schemas and managing the request/response loop can get tedious as an application grows. Agent frameworks can help here.&lt;/p></description></item><item><title>LLM Basics: Ollama Function Calling</title><link>https://www.caktusgroup.com/blog/2025/12/03/learning-llm-basics-ollama-function-calling/</link><pubDate>Wed, 03 Dec 2025 19:42:14 +0300</pubDate><guid>https://www.caktusgroup.com/blog/2025/12/03/learning-llm-basics-ollama-function-calling/</guid><description>&lt;p>In our &lt;a href="https://www.caktusgroup.com/blog/2025/12/01/learning-llm-basics-openai-function-calling/">previous post&lt;/a>, we introduced function calling and learned how to do it with OpenAI&amp;rsquo;s LLMs.
In this post, we&amp;rsquo;ll call the same &lt;code>cactify_name&lt;/code> function from that post using Meta&amp;rsquo;s
Llama 3.2 model, installed locally using Ollama. The techniques in this post should also work
with &lt;a href="https://ollama.com/search?c=tools" target="_blank" rel="noopener noreferrer">other Ollama models that support function-calling&lt;/a>.&lt;/p></description></item><item><title>LLM Basics: OpenAI Function Calling</title><link>https://www.caktusgroup.com/blog/2025/12/01/learning-llm-basics-openai-function-calling/</link><pubDate>Mon, 01 Dec 2025 10:00:00 -0500</pubDate><guid>https://www.caktusgroup.com/blog/2025/12/01/learning-llm-basics-openai-function-calling/</guid><description>&lt;p>In our &lt;a href="https://www.caktusgroup.com/blog/2025/10/28/learning-llm-basics-ollama/">previous post&lt;/a>, we explored how to send text to an LLM and receive a text response in return. That is useful for chatbots, but often we need to integrate LLMs with other systems. We may want the model to query a database, call an external API, or perform calculations.&lt;/p></description></item><item><title>Learning LLM Basics with Ollama</title><link>https://www.caktusgroup.com/blog/2025/10/28/learning-llm-basics-ollama/</link><pubDate>Tue, 28 Oct 2025 00:53:50 -0400</pubDate><guid>https://www.caktusgroup.com/blog/2025/10/28/learning-llm-basics-ollama/</guid><description>&lt;p>We have recently started learning about LLMs and how we can integrate them into our development projects, and we will be documenting our learning in a series of blog posts.
In our &lt;a href="https://www.caktusgroup.com/blog/2025/10/02/learning-llm-basics-openai/">first installment&lt;/a> of the &lt;a href="https://www.caktusgroup.com/tags/llm-learning-series/">series&lt;/a>, we learned about the OpenAI API.
In this one, we will experiment with &lt;a href="https://ollama.com/" target="_blank" rel="noopener noreferrer">Ollama&lt;/a>, which is an open-source application that allows you to download, run, and interact with LLMs on your own hardware. By running models locally, you maintain complete control over your data and can use LLMs without an internet connection. It also allows you to easily experiment with different models.&lt;/p></description></item><item><title>Learning LLM Basics with OpenAI</title><link>https://www.caktusgroup.com/blog/2025/10/02/learning-llm-basics-openai/</link><pubDate>Thu, 02 Oct 2025 09:00:00 -0400</pubDate><guid>https://www.caktusgroup.com/blog/2025/10/02/learning-llm-basics-openai/</guid><description>&lt;p>For some time now, we&amp;rsquo;ve been using tools like ChatGPT and CoPilot for day-to-day tasks, but mostly through the conversational AI chatbots they provide. We&amp;rsquo;ve used them for everything from drafting emails to providing type-ahead coding assistance. We haven&amp;rsquo;t, however, gone a step further and integrated them into a development project. Honestly, we weren&amp;rsquo;t sure where to start. Looking into the available options, you quickly run into a dozen new concepts, from vector stores to agents, and different SDKs that all seem to solve similar problems.&lt;/p></description></item></channel></rss>