Helix is an advanced AI assistant designed to help you with various tasks, from browsing the internet to automating tasks on your computer. It leverages Mixtral and Groq technologies to provide intelligent responses and perform actions efficiently.
- Internet Browsing: Helix can search the internet and retrieve search results for you, providing quick access to information.
- Mixtral Integration: Harnessing the power of Mixtral, Helix delivers natural and intuitive interactions, making your experience seamless.
- Groq Support: With Groq integration, Helix can process complex queries and provide accurate responses, enhancing its capabilities.
- Automation: In the future, Helix will gain the ability to access your PC and automate tasks, saving you time and effort.
- Voice Conversations: Helix is evolving to support voice conversations, enabling hands-free interaction for a more convenient experience.
- Advanced Performance: Helix boasts performance on par with GPT-4 for coding and mathematics, making it a powerful tool for developers and students alike.
Be sure to add your Groq API keys to config.json.
{
"GROQ_KEY" : "YOUR_API_KEY",
"WHISPER_KEY" : "YOUR_API_KEY"
}
To search the internet using Helix, simply provide your query as input, and Helix will retrieve relevant search results for you.
python app.py
Stay tuned for updates as Helix gains the ability to access your PC and perform automated tasks based on your preferences.
- Clone the Helix repository to your local machine.
- Install the required dependencies.
- Run the Helix application.
git clone github.com/t800-x/helix
cd helix
pip install -r requirements.txt
python app.py
Contributions to Helix are welcome! Whether you're a developer, designer, or AI enthusiast, your input can help shape the future of Helix. Feel free to submit bug reports, feature requests, or pull requests to contribute to the project.
This project is licensed under the MIT License - see the LICENSE file for details.