Intelli
Intelli copied to clipboard
Build multi-model chatbots and agents from intent.
Reference: - https://platform.stability.ai/docs/api-reference#tag/v1generation/operation/imageToImage - https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/StabilityAIWrapper.js#L94 Code: https://github.com/intelligentnode/IntelliPy/blob/main/intelli/wrappers/stability_wrapper.py
Reference: https://platform.stability.ai/docs/getting-started/stable-video-diffusion Code: https://github.com/intelligentnode/IntelliPy/blob/main/intelli/wrappers/stability_wrapper.py
Use the flow to create a superChatbot that receive audio, text, image or combinations. Then generate audio, text, image or combinations based on the user message.
Example: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/GoogleAIWrapper.js
Example: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/ReplicateWrapper.js
Use the flow function in intellinode to streamline the LLMEvaluation. Currently each step implemented manually but the flow should make it easier to integrate new models with fewer steps: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/utils/LLMEvaluation.js
Improve the existing wrapper for hugging face integration: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/HuggingWrapper.js
Example: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/AWSEndpointWrapper.js Changes from example: - make it general to handle multiple models. - support api keys.
https://github.com/confident-ai/deepeval Incorporate the above framework into the intelli framework