Accessing LLMs on your local computer using the Ollama API - part 3

Опубликовано: 25 Июль 2026
на канале: PowerBasic for Beginners
78
3

#AI
In this series of videos we will look at installing Large Language models locally on a Windows computer.

Today we will look at prompting Ollama to output in HTML format and also create a Windows Client to query the LLM loaded to Ollama.

00:00 - Introduction
00:29 - Prompting for HTML output
04:12 - Creating a query dialog
05:31 - Setting up an HTML control
09:46 - Preparing to call Ollama CLI
13:47 - Testing with input file
17:06 - Testing with no input file
18:04 - Summary

AI was used to assist in the creation of this video.

Other videos for this YouTube channel are indexed here
https://www.gsfsoftware.co.uk/PBTutor...

Our other hardware channel where you can view the seven videos covering the build of the computer used in this video are indexed here.
https://gsfsoftware.co.uk/PBTutorials...

I don't work for, nor am I paid by, or sponsored by, the owners of PowerBASIC or any other company mentioned in this video, I'm just a fan of their products.

For more information on PowerBASIC visit
https://pbusers.org/
OR
http://pump.richheimer.de/index.php

Music by https://www.ghosthack.de/

GitHub
https://github.com/gsfsoftware/Tutori... with Ollama API_Part2