Skip to content

Commit e08a342

Browse files
authored
Update README.md
1 parent 610b9b4 commit e08a342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ header('Access-Control-Allow-Origin: *');
2727
header('Access-Control-Allow-Methods: POST');
2828
header('Access-Control-Allow-Headers: Content-Type, Authorization');
2929

30-
// Replace YOUR_API_KEY with your actual GPTChat API key
30+
// Replace YOUR_API_KEY with your actual OpenAi API key
3131
define('API_KEY', 'YOUR_API_KEY');
3232

3333
if ($_SERVER['REQUEST_METHOD'] === 'POST') {

0 commit comments

Comments
 (0)