You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.
Use GPT-3 to process human conversations and extract context, identify information that would be useful, and suggest data sources to get that information. Intended for a voice assistant.
This project showcases the implementation of a prompt engineering using the OpenAI Assistant API, specifically leveraging the Retrieval-Augmented Generation (RAG) system. By integrating cutting-edge language models, the system demonstrates advanced natural language understanding and generation capabilities.
In this project, I have utilized basic Python libraries to develop a chatbot that responds in my own voice and generates outputs. It is capable of performing various tasks, including playing YouTube videos, playing music, sending text messages, tracking my phone, and more . A YouTube video of mine related to this project is linked below.