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
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 inputs with expected outputs
- or both
Internally, it then calls into an LLM to get the answer. So it is not
fast, but it