Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8329ee861e | |||
b8585a0afb |
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-02-05 - 0.3.2 - fix(documentation)
|
||||
Remove redundant badges from readme
|
||||
|
||||
- Removed Build Status badge from the readme file.
|
||||
- Removed License badge from the readme file.
|
||||
|
||||
## 2025-02-05 - 0.3.1 - fix(documentation)
|
||||
Updated README structure and added detailed usage examples
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartai",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"private": false,
|
||||
"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",
|
||||
|
@ -1,8 +1,6 @@
|
||||
# @push.rocks/smartai
|
||||
|
||||
[](https://www.npmjs.com/package/@push.rocks/smartai)
|
||||
[](https://github.com/push.rocks/smartai/actions)
|
||||
[](LICENSE)
|
||||
[](https://www.npmjs.com/package/@push.rocks/smartai)
|
||||
|
||||
SmartAi is a comprehensive TypeScript library that provides a standardized interface for integrating and interacting with multiple AI models. It supports a range of operations from synchronous and streaming chat to audio generation, document processing, and vision tasks.
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartai',
|
||||
version: '0.3.1',
|
||||
version: '0.3.2',
|
||||
description: 'A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user