Skip to content

Commit 1de3e34

Browse files
authored
Allow OpenAI and Anthropic provider calls to send events to Libretto (#6)
1 parent a526b5f commit 1de3e34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@libretto/token.js",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/libretto-ai/token.js"
77
},
8+
"homepage": "https://www.libretto.ai/",
89
"description": "Integrate 9 LLM providers with a single Typescript SDK using OpenAIs format, and send events to Libretto.",
910
"main": "dist/index.cjs",
1011
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)