Ollama

Programming
Trying Out Ollama Part 7 (Communication via the Internet Using Tailscale)

Introduction In this post, I tried using Ollama via API and VPN connections. On the laptop I usually use, proc […]

Read more
Programming
Trying Out Ollama Part 6 (Combining Local LLM with Web Search Results using Node-RED)

Introduction In this post, I combined the Python-based web search functionality I tested previously with a loc […]

Read more
Programming
Trying Out Ollama Part 5 (Multimodal Processing of Images and Text with llama3.2-vision)

Introduction In this post, I tried multimodal processing of images and text using llama3.2-vision with Ollama. […]

Read more
Programming
Searching with Python and Summarizing with a Local LLM (Ollama, Node-RED)

Introduction In this post, I experimented with a Python-based search program to automate information gathering […]

Read more
Programming
Trying Out Ollama Part 4 (Conversations Between LLMs, Gemma3:4B, Python, Node-RED)

Introduction In this post, I tried using Ollama to facilitate a conversation between two local LLMs.In a previ […]

Read more
Programming
Trying Out Ollama Part 3 (Usage in Python, Node-RED, Gemma 3:4B)

Introduction In this post, I checked how to use Ollama with Python and set it up so that it can be executed as […]

Read more
Programming
Using Ollama Part 2 (Local LLM for Code Generation and Execution, qwen2.5-coder, Node-RED)

Introduction This time, I tried generating code with a local LLM and created a Node-RED flow so that it can be […]

Read more
Programming
Using Ollama Part 1 (Gemma2, Node-RED)

Introduction This time, I tried using Ollama, a tool that lets you run LLMs locally. You can install various l […]

Read more