-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error #20
Comments
@jachenms have you added your GROQ_API_KEY to the .env file? |
appreciated to help to give a hand to solve this issue because of urgent demo case |
please please please help |
Try this for audio.py: import pyaudio Configure logginglogging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') def record_audio(file_path, duration=5, retries=3):
def play_audio(file_path):
def transcribe_audio(file_path):
def main():
if name == "main": |
this actually fixed the error thanks |
appreciated to help me to solve the issue as soon as possible
The text was updated successfully, but these errors were encountered: