IntelliNode
IntelliNode
Intellinode provides a chatbot with Sagemaker llama backend as described in [this wiki](https://github.com/intelligentnode/IntelliNode/wiki/ChatBot#aws-sagemaker-integration). The required work to update the UI with Sagemaker is as follows: - Add Sagemaker option in...
- Get the api key from : https://www.anthropic.com/product - Add wrapper for anthropic. - Integration the anthropic provider with the generate controller. -Integration the anthropic provider with the chatbbot function.
Task: - Create a wrapper for SeamlessM4T main functionality ([wrapper layer](https://github.com/intelligentnode/IntelliNode/tree/main/IntelliNode/wrappers)). - Create a unit test case [here](https://github.com/intelligentnode/IntelliNode/tree/main/IntelliNode/test/integration). Reference: - Meta repo: https://github.com/facebookresearch/seamless_communication - Hugging face demo: https://huggingface.co/spaces/facebook/seamless_m4t - Meta...
Add a service to load llama models family and serve them through an API, the official python code to server the models available here: https://github.com/facebookresearch/llama Request the models access: https://ai.meta.com/resources/models-and-libraries/llama-downloads/...
Add more types to the agent class and support calling them from the execute. https://github.com/intelligentnode/IntelliPy/blob/main/intelli/flow/agents/agent.py
Update the chatbot to add cohere as provider, then update the chat and stream function to call the wrapper. expected changes: - Add [cohere provider](https://github.com/intelligentnode/Intelli/blob/main/intelli/function/chatbot.py#L29). - Add [_chat_cohere_](https://github.com/intelligentnode/Intelli/blob/main/intelli/function/chatbot.py#L49). - Update...
Implement interfaces to unify the functions across similar classes.
Similar to intellinode version: https://github.com/intelligentnode/IntelliNode/wiki