fix(core): update

This commit is contained in:
2024-04-29 12:37:43 +02:00
parent f628a71184
commit 3a5f2d52e5
4 changed files with 60 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartai",
"version": "0.0.12",
"private": false,
"description": "Provides a standardized interface for integrating and conversing with multiple AI models, supporting operations like chat and potentially audio responses.",
"description": "A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -57,15 +57,14 @@
"readme.md"
],
"keywords": [
"AI models integration",
"OpenAI GPT",
"Anthropic AI",
"text-to-speech",
"conversation stream",
"AI integration",
"chatbot",
"TypeScript",
"ESM",
"streaming API",
"modular design",
"development tool"
"OpenAI",
"Anthropic",
"multi-model support",
"audio responses",
"text-to-speech",
"streaming chat"
]
}
}