Releases: jetify-com/ai
Releases · jetify-com/ai
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
- Change interface for generating text, we now have two functions: GenerateText and GenerateTextStr
- Fix bugs related to using values vs pointers against some interfaces.
- Rename some options and fields to be more consistent with the upcoming version of Vercel's AI SDK (v5)
v0.1.0
The AI framework for Go developers
This is the first public alpha release of the AI SDK by Jetify. The SDK aims to make it easy to develop AI applications and AI agents using a unified interface that works across different LLM providers.
In this first release:
- There's a first implementation of the unified API
- There's initial implementations for an OpenAI provider and an Anthropic provider.
- There's support for multi-modal inputs (text + images) and tool calling.
We're particularly looking for feedback on the API interface so we can fully finalize it before moving to a beta release.