Skip to content

Commit

Permalink
Adding azure client for Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Mar 20, 2024
1 parent 72fb12d commit 6b2fdf8
Show file tree
Hide file tree
Showing 9 changed files with 1,150 additions and 159 deletions.
7 changes: 5 additions & 2 deletions clients/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
Expand All @@ -15,7 +16,7 @@
},
"scripts": {
"test": "jest",
"build": "tsc"
"build": "tsup && tsc -p tsconfig.build.json"
},
"files": [
"dist/**"
Expand All @@ -38,11 +39,13 @@
"jest-runner": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.18.0",
"@boundaryml/baml-core-ffi": "*",
"@azure/openai": "1.0.0-beta.11",
"@boundaryml/baml-core-ffi": "0.14.1",
"dotenv": "^16.4.5",
"json-schema": "^0.4.0",
"openai": "^4.25.0",
Expand Down
Loading

0 comments on commit 6b2fdf8

Please sign in to comment.