Ikko Eltociear Ashimine 2024-10-02
docs: update README.md
usefull -> useful
@38a18f56f75c20f7b4679abbd0fb8274b7190f33
README.md
--- README.md
+++ README.md
@@ -14,7 +14,7 @@
 ## OpenAI API Compatibility ++
 See [OpenAI API reference](https://platform.openai.com/docs/api-reference/audio) for more information.
 - Audio file transcription via `POST /v1/audio/transcriptions` endpoint.
-    - Unlike OpenAI's API, `faster-whisper-server` also supports streaming transcriptions(and translations). This is usefull for when you want to process large audio files would rather receive the transcription in chunks as they are processed rather than waiting for the whole file to be transcribe. It works in the similar way to chat messages are being when chatting with LLMs.
+    - Unlike OpenAI's API, `faster-whisper-server` also supports streaming transcriptions(and translations). This is useful for when you want to process large audio files would rather receive the transcription in chunks as they are processed rather than waiting for the whole file to be transcribe. It works in the similar way to chat messages are being when chatting with LLMs.
 - Audio file translation via `POST /v1/audio/translations` endpoint.
 -  Live audio transcription via `WS /v1/audio/transcriptions` endpoint.
     - LocalAgreement2 ([paper](https://aclanthology.org/2023.ijcnlp-demo.3.pdf) | [original implementation](https://github.com/ufal/whisper_streaming)) algorithm is used for live transcription.
Add a comment
List