Intelli icon indicating copy to clipboard operation
Intelli copied to clipboard

Build multi-model chatbots and agents from intent.

Results 23 Intelli issues
Sort by recently updated
recently updated
newest added

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

good first issue

Reference: https://platform.stability.ai/docs/getting-started/stable-video-diffusion Code: https://github.com/intelligentnode/IntelliPy/blob/main/intelli/wrappers/stability_wrapper.py

good first issue

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.

size-xlarge

Reference: https://aws.amazon.com/bedrock/

size-medium

Example: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/GoogleAIWrapper.js

good first issue

Example: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/ReplicateWrapper.js

good first issue

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

size-large

Improve the existing wrapper for hugging face integration: https://github.com/intelligentnode/IntelliNode/blob/main/IntelliNode/wrappers/HuggingWrapper.js

good first issue

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.

size-large

https://github.com/confident-ai/deepeval Incorporate the above framework into the intelli framework