Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfrench committed May 21, 2024
1 parent 5e73eee commit c055935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/griptape-framework/engines/audio-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ engine.run(

### Audio Transcription Engine

The [Audio Transcription Engine](../../reference/griptape/engine/audio/audio_transcription_engine.md) facilitates transcribing speech from audio inputs.
The [Audio Transcription Engine](../../reference/griptape/engines/audio/audio_transcription_engine.md) facilitates transcribing speech from audio inputs.

```python
from griptape.drivers import OpenAiAudioTranscriptionDriver
Expand Down

0 comments on commit c055935

Please sign in to comment.