Skip to content

Commit c7389c8

Browse files
authored
Update AI SDK README (#507)
## Summary Update AI SDK README. ## How was it tested? N/A ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 1f60fd7 commit c7389c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
Jetify's **AI SDK for Go** is a unified interface for interacting with multiple AI providers including OpenAI, Anthropic, and more.
1515
Inspired by [Vercel's AI SDK](https://github.com/vercel/ai) for TypeScript, we bring a similar developer experience to the Go ecosystem.
1616

17-
It is maintained and developed by [Jetify](https://www.jetify.com) and used by our AI agents to integrate
18-
with different LLM providers in production.
17+
It is maintained and developed by [Jetify](https://www.jetify.com). We are in the process of migrating our production code
18+
to use this SDK as the primary way our AI agents integrate with different LLM providers.
1919

2020
### The Problem
2121

@@ -63,9 +63,9 @@ The AI SDK provides a **unified interface** across multiple AI providers, with k
6363
- [x] Private Alpha: We are testing the SDK with a select group of developers.
6464
- [x] Public Alpha: Open to all developers, but breaking changes still expected.
6565
- [ ] Public Beta: Stable enough for most non-enterprise use cases.
66-
- [ ] v1 Release: Ready for production use at scale with guaranteed API stability.
66+
- [ ] General Availability (v1): Ready for production use at scale with guaranteed API stability.
6767

68-
We are currently in **Public Alpha**. The SDK functionality is stable but it's API may have breaking changes. While in alpha, minor version bumps indicate breaking changes (`0.1.0` -> `0.2.0` would indicate a breaking change). Watch "releases" of this repo to get notified of major updates.
68+
We are currently in **Public Alpha**. The SDK functionality is stable but the API may have breaking changes. While in alpha, minor version bumps indicate breaking changes (`0.1.0` -> `0.2.0` would indicate a breaking change). Watch "releases" of this repo to get notified of major updates.
6969

7070
## Installation
7171

0 commit comments

Comments
 (0)