GroqTools
allows an Agent to interact with the Groq API for performing fast audio transcription, translation, and text-to-speech (TTS).
GroqTools
, ensure you have the groq
library installed and your Groq API key configured.
GroqTools
and add it to your Agent’s tool list.
GroqTools
toolkit provides the following functions:
Function | Description |
---|---|
transcribe_audio | Transcribes audio from a local file path or a public URL using Groq Whisper. |
translate_audio | Translates audio from a local file path or public URL to English using Groq. |
generate_speech | Generates speech from text using Groq TTS. |