Ralph's Blog about this and that (RSS | Atom)

Web Search with LLM in Go

Published: 28. October 2024  •  llm, go

In this blog post, I show you how to leverage a web search engine to give context to a large language model (LLM) and how to interact with LLMs running on Ollama from a Go program.

Running an LLM in the browser with Transformers.js

Published: 27. October 2024  •  ionic, angular, llm

In this blog post, I will show you how to install and run an LLM in a web application using the Transformer.js library.

Fine-tune a LLM

Published: 27. October 2024  •  python, llm

In this blog post, I will show you how to fine-tune a large language model for a specific task and improve the quality of the generated text.

Running LLM-Generated Go Code in a Docker Container

Published: 17. January 2025  •  go, llm

In this article, I will show you how to write a Go program that generates Go code with the help of a large language model (LLM) and run this generated code in a Docker container.

Tool/Function Calling with Spring AI

Published: 29. January 2025  •  java, spring, llm

A look at Spring AI's support for Tool/Function calling. How to write your own tools and integrate them into your Spring Boot application.

Speech Recognition in the Browser with Transformers.js

Published: 19. January 2025  •  ionic, angular, llm

Running the Moonshine model, a speech recognition model, in the browser with Transformers.js. The demo application is a snake game controlled by voice commands.