eltociear commited on
Commit
1442da5
·
1 Parent(s): a6fe46a

docs: update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ Please create an issue if you find a bug, have a question, or a feature suggesti
14
  ## OpenAI API Compatibility ++
15
  See [OpenAI API reference](https://platform.openai.com/docs/api-reference/audio) for more information.
16
  - Audio file transcription via `POST /v1/audio/transcriptions` endpoint.
17
- - 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.
18
  - Audio file translation via `POST /v1/audio/translations` endpoint.
19
  - Live audio transcription via `WS /v1/audio/transcriptions` endpoint.
20
  - LocalAgreement2 ([paper](https://aclanthology.org/2023.ijcnlp-demo.3.pdf) | [original implementation](https://github.com/ufal/whisper_streaming)) algorithm is used for live transcription.
 
14
  ## OpenAI API Compatibility ++
15
  See [OpenAI API reference](https://platform.openai.com/docs/api-reference/audio) for more information.
16
  - Audio file transcription via `POST /v1/audio/transcriptions` endpoint.
17
+ - 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.
18
  - Audio file translation via `POST /v1/audio/translations` endpoint.
19
  - Live audio transcription via `WS /v1/audio/transcriptions` endpoint.
20
  - LocalAgreement2 ([paper](https://aclanthology.org/2023.ijcnlp-demo.3.pdf) | [original implementation](https://github.com/ufal/whisper_streaming)) algorithm is used for live transcription.