We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610b9b4 commit e08a342Copy full SHA for e08a342
README.md
@@ -27,7 +27,7 @@ header('Access-Control-Allow-Origin: *');
27
header('Access-Control-Allow-Methods: POST');
28
header('Access-Control-Allow-Headers: Content-Type, Authorization');
29
30
-// Replace YOUR_API_KEY with your actual GPTChat API key
+// Replace YOUR_API_KEY with your actual OpenAi API key
31
define('API_KEY', 'YOUR_API_KEY');
32
33
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
0 commit comments