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

2024 | 2023 | 2022 | 2021 | 2020 | 2019 | 2018 | 2017

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