fix(core): update

This commit is contained in:
2024-04-04 02:47:44 +02:00
parent a636556fdb
commit 04d505d29e
13 changed files with 335 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartai",
"version": "0.0.8",
"private": false,
"description": "a standardaized interface to talk to AI models",
"description": "Provides a standardized interface for integrating and conversing with multiple AI models, supporting operations like chat and potentially audio responses.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -22,6 +22,7 @@
"@types/node": "^20.8.7"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.19.1",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smartpath": "^5.0.11",
@@ -50,5 +51,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"AI models integration",
"OpenAI GPT",
"Anthropic AI",
"text-to-speech",
"conversation stream",
"TypeScript",
"ESM"
]
}
}