Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asilvafx authored Nov 16, 2023
1 parent 19aa714 commit d2379d6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ 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.
- Set up your OpenAI Account
- Generate a API Key
- Edit file whisper_send_data.php, enter your api key.

Installation:

run, git clone https://github.com/pigmilcom/openai-whisper
Or, download the code files to your computer
run, composer install

(make sure you have 'tmp' folder inside your directory)
- run, git clone https://github.com/pigmilcom/openai-whisper
- Or, download the code files to your computer
- run, composer install

How to use, Whisper:

Open directly in your browser, http://localhost

(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

Expand Down

0 comments on commit d2379d6

Please sign in to comment.