Skip to content

Commit

Permalink
[docs] Add Groq but keep DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 8, 2024
1 parent cbd6fba commit 5cf6887
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference/library-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,11 @@ Detail: https://platform.openai.com/docs/guides/speech-to-text

Raises a ``speech_recognition.exceptions.SetupError`` exception if there are any issues with the openai installation, or the environment variable is missing.

``recognizer_instance.recognize_groq(audio_data: AudioData, model = "whisper-large-v3-turbo", **kwargs)``
---------------------------------------------------------------------------------------------------------

.. autofunction:: speech_recognition.recognizers.groq.recognize

``AudioSource``
---------------

Expand Down

0 comments on commit 5cf6887

Please sign in to comment.