This is a custom integration for using Groq Cloud API in the Assist pipeline, reducing the workload on the Home Assistant server.
Groq Cloud provides multiple models like Llama 3.1, Gemma2, Groq for free! And no card required! (For now...)
Before configuring the integration you must first install the custom_integration. You can do it through HACS or manually
-
Add ➕ this repository to your HACS repositories:
-
Install 💻 the
Groq Cloud APIintegration -
Restart 🔁 Home Assistant
- Download this repository
- Copy everything inside the
custom_componentsfolder into your Home Assistant'scustom_componentsfolder. - Restart Home Assistant
For the options check out the OpenAI Conversation integration here.
For the available models check out Groq Cloud.
-
Configure the integration by clicking here
⤵️ -
Or navigate to your
Devices & servicespage and click+ Add Integration
The code base is mostly identical OpenAI Conversation integration, just using the official Groq library instead of OpenAI.
The Readme and HACS setup is based on Fabio's excellent work with the Groq Whisper integration. Check out his other works as well!