Skip to content

Commit c0f8221

Browse files
authored
Upgrade Libretto openai to fix stream issues (#19)
1 parent 41c7fab commit c0f8221

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @libretto/token.js
22

3+
## 0.7.0
4+
5+
* Rebase with upstream/main
6+
* Upgrade @libretto/openai to better handle streams.
7+
38
## 0.6.0
49

510
https://github.com/libretto-ai/token.js/pull/17

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@libretto/token.js",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/libretto-ai/token.js"
77
},
88
"homepage": "https://www.libretto.ai/",
9+
"packageManager": "pnpm@8.6.12",
910
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format, and send events to Libretto.",
1011
"main": "dist/index.cjs",
1112
"types": "dist/index.d.ts",
@@ -37,7 +38,7 @@
3738
"@aws-sdk/client-bedrock-runtime": "3.609.0",
3839
"@google/generative-ai": "0.14.1",
3940
"@libretto/anthropic": "^1.4.0",
40-
"@libretto/openai": "^1.3.6",
41+
"@libretto/openai": "^1.3.7",
4142
"@mistralai/mistralai": "0.5.0",
4243
"chalk": "^4.1.2",
4344
"cohere-ai": "7.10.6",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)