Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 672 Bytes

openai-whisper

OpenAI Whisper API (PHP + Curl)

Before use:

  • Set up your OpenAI Account
  • Generate a API Key
  • Edit file whisper_send_data.php, enter your api key.

Installation:

How to use, Whisper:

(make sure you have 'tmp' folder inside your directory)

You can find more information and examples at the official documentation website: https://openai.com/research/whisper

Official OpenAI Github Repo: https://github.com/openai-php/client https://github.com/openai/whisper