From 502b66522418a775ccbb64d9268e04fd3781873f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 3 Apr 2025 21:46:14 +0000 Subject: [PATCH] fix(readme): Remove redundant conclusion section from README to streamline documentation. --- changelog.md | 5 +++++ readme.md | 7 ------- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 08b8b38..389a92f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-04-03 - 0.5.2 - fix(readme) +Remove redundant conclusion section from README to streamline documentation. + +- Eliminated the conclusion block describing SmartAi's capabilities and documentation pointers. + ## 2025-02-25 - 0.5.1 - fix(OpenAiProvider) Corrected audio model ID in OpenAiProvider diff --git a/readme.md b/readme.md index 2e1ec4c..90b314e 100644 --- a/readme.md +++ b/readme.md @@ -218,13 +218,6 @@ while (true) { This approach can facilitate adaptive content processing workflows. -### Conclusion - -SmartAi is a powerful toolkit for multi-faceted AI integration, offering robust solutions for chat, media, and document processing. Developers can enjoy a consistent API experience while leveraging the strengths of each supported AI model. - -For futher exploration, developers might consider perusing individual provider's documentation to understand specific capabilities and limitations. - - ## License and Legal Information This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cac625a..d184545 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartai', - version: '0.5.1', + version: '0.5.2', description: 'SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.' }