Skip to content

Commit 1d94ae2

Browse files
chore: version packages (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77439af commit 1d94ae2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changeset/add-gpt-oss-120b-model.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @runpod/ai-sdk-provider
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 77439af: Add support for `openai/gpt-oss-120b` model. Users can now use this 120B parameter open-source GPT model for text generation and tool calling. The model supports streaming and tool usage.
8+
39
## 0.8.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runpod/ai-sdk-provider",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)