Add gitlab.com/tozd/go/fun package (#5386)

This commit is contained in:
Mitar 2024-08-21 09:08:34 +02:00 committed by GitHub
parent f40772faeb
commit 5085d9e44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,6 +222,7 @@ _Libraries for building actor-based programs._
_Libraries for building programs that leverage AI._ _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.
- [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. - [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. - [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. - [Ollama](https://github.com/jmorganca/ollama) - Run large language models locally.