From 82ad9ab38fcabcad3f3f49312a7e6c51728ba60b Mon Sep 17 00:00:00 2001 From: Mitar Date: Wed, 21 Aug 2024 10:41:08 +0200 Subject: [PATCH] Link fix (#5390) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e65c5d..d8af2d35 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ _Libraries for building actor-based programs._ _Libraries for building programs that leverage AI._ -- [fun](gitlab.com/tozd/go/fun) - The simplest but powerful way to use large language models (LLMs) in Go. +- [fun](https://gitlab.com/tozd/go/fun) - The simplest but powerful way to use large language models (LLMs) in Go. - [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. - [LocalAI](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. - [Ollama](https://github.com/jmorganca/ollama) - Run large language models locally.