Skip to content

Releases: brianelizondo/ai-connectify

v2.2.0

30 Nov 22:30
Compare
Choose a tag to compare

We’re thrilled to introduce AI-Connectify v2.2.0, packed with exciting updates to enhance your AI integration experience.
This release brings new AI services, bug fixes, performance optimizations, and more!

🆕 What’s New?
1. New AI Services

  • Added support for Mistral and Claude, expanding the range of AI services you can integrate.
  • Seamlessly access these new services using the same intuitive interface you've come to expect.

2. Improved Response Handling

  • Enhanced response parsing for more accurate and reliable interactions across all supported AI services.

3. Bug Fixes

  • Resolved minor bugs affecting request handling and error reporting.
  • Improved stability and consistency across all AI connectors.

4. Performance Enhancements

  • Optimized internal operations to reduce latency and improve overall performance.
  • Faster loading and execution of individual connectors.

🛠️ How to Upgrade
To upgrade to the latest version, simply run:
npm install ai-connectify@latest

💬 Feedback & Contribution
Your feedback helps us improve! If you encounter any issues, have suggestions, or wish to contribute, please open an issue or submit a pull request on our GitHub repository.

Thank you for choosing AI-Connectify!
We’re committed to providing the best tools for seamless AI integration. 🎯

v2.1.0

14 Oct 00:22
Compare
Choose a tag to compare

We are excited to announce the release of AI-Connectify v2.1.0! This version introduces several new features and improvements that enhance the development experience, improve code maintainability, and provide better support for TypeScript users.

🚀 What's Changed?

1. Enhanced TypeScript Support

  • Added ai-connectify.d.ts and separate .d.ts files for each AI connector to provide better type information.
  • Improved autocompletion support across multiple IDEs (e.g., VS Code).

2. Code Refactoring

  • Split large client classes into smaller, more manageable modules for each AI connector (e.g., ChatGPT, DALLE, Cohere, Stability, TensorFlow).
  • Refactored method implementations for better readability and maintainability.

3. Documentation Improvements

  • Added TypeDoc comments to all public classes and methods.
  • Improved inline comments for better understanding of each module's functionality.
  • Clearer error-handling information added for better debugging.

🛠️ How to Upgrade:
To upgrade to the latest version, simply run:
npm install ai-connectify@latest

💬 Feedback & Contribution
Your feedback is valuable to us! If you encounter any issues, have suggestions, or want to contribute, please feel free to open an issue or submit a pull request on our GitHub repository.
Thank you for choosing AI-Connectify! We are committed to providing you with the best tools to integrate with your favorite AI services seamlessly.

v2.0.0

05 Oct 19:26
Compare
Choose a tag to compare

🚀 New Major Release v2.0.0
We are thrilled to announce the release of AI-Connectify v2.0.0! This major update introduces several new features, enhancements, and improvements, making the library more modular, extensible, and easier to use.

🔥 New Features
Integration with Stability AI for image generation and other AI-driven tasks adds powerful new library capabilities.
Modularization of AI connectors: The library has been restructured into modules for each AI service, enabling better scalability and maintainability.

⚙️ Enhancements

  • It was improved and expanded methods for all existing AI connectors, including new capabilities to boost AI functionality.
  • Codebase refactors for improved modularity, making it easier to maintain and extend the library for future development.
  • More comprehensive unit testing: Expanded testing coverage across AI modules ensures higher reliability and better error handling.
  • Documentation overhaul: All public APIs, classes, and methods have been fully documented, providing a more seamless experience for developers working with the library.

🛠️ Bug Fixes and Improvements

  • Fixed various bugs related to API key validation and AI instance creation.
  • Improved error handling and response management across all AI connectors.

🧪 Additional Notes
With these major improvements, AI-Connectify v2.0.0 is now more modular, reliable, and easier to integrate into Node.js applications. We encourage developers to explore the new Stability AI capabilities and take advantage of the improved code quality and documentation.
A big thank you to the community for your continued feedback, contributions, and support. As always, feel free to open issues or submit pull requests to help us continue improving AI-Connectify!

v1.1.0

23 Aug 01:38
Compare
Choose a tag to compare

🚀 New Release v1.1.0
We are excited to announce the release of AI-Connectify v1.1.0
This new stable version includes the integration of the Cohere API, improved code quality through refactoring, expanded unit test coverage, and updated documentation.

New Features

  • Integration with Cohere API for advanced NLP capabilities like classification, summarization, and language detection.
  • Added new generateText, classify, summarize, and other methods to leverage Cohere AI models.

Enhancements

  • Refactored code across all AI connector classes for improved readability, modularity, and testability.
  • Expanded unit test coverage for critical modules using Jest. Tests validate functionality and improve reliability.
  • Updated documentation across all public APIs and classes for an enhanced developer experience.

Bug Fixes

  • Fixed timeout handling for long-running AI requests.
  • Additional error handling for invalid API keys or payloads.

With these improvements, AI-Connectify v1.1.0 enables easier integration with leading AI platforms in node.js applications. The code quality enhancements lay the foundation for the library's future growth. We thank the community for their feedback, contributions, and support. Please open issues for any bugs or submit pull requests to keep making AI-Connectify better!

v1.0.1-beta

07 May 23:11
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release

Release Notes:

  • The code of the library has been updated to use CommonJS syntax throughout the library, which provides a better development experience for developers.
  • The AI-Connectify class has been updated to improve the overall performance and reliability of the library.
  • Each AI service class has been updated to include additional methods for more flexibility in working with AI services.
  • The testing files have been updated and improved for better testing coverage.
  • The documentation folder has been updated with new examples and detailed explanations of how to use the new methods.

These changes in v1.0.1-beta enhance the functionality and user experience of the library. The CommonJS syntax provides a more uniform and seamless experience for developers, and the updated AI-Connectify class and additional methods in the service classes provide greater flexibility in working with AI services. The testing files and documentation have also been improved to make it easier for developers to work with and understand the library.

v1.0.0-beta

07 May 23:04
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

This is the initial release of our library, version 1.0.0-beta.

It contains the core functionality and features that we have been working on, and we are excited to share it with the community.

We hope that this library will be useful to other developers and that it can be improved with their feedback and contributions.

Thank you for your support!