Hi!
I released a new version which now also allows tool calling into Go
code. So you can now both call LLM models and they can call back into
Go. Magic. It really shows how powerful Go is without all the "async"
mess from other languages, and useful context.Context.
Mitar
On Sun, Aug 4, 2024 at
Thank you @Mitar for sharing this knowledge with us.
On Sunday, August 4, 2024 at 8:52:29 AM UTC Mitar wrote:
> Hi!
>
> I made a small library which allows using AI models like they were
> just a Go function, but that Go function can be:
>
> - defined with natural language description
> - example