From 08bc13e57c7ca16b045048b54bd11dea36226603 Mon Sep 17 00:00:00 2001 From: fickya1987 <89722540+fickya1987@users.noreply.github.com> Date: Thu, 11 May 2023 12:49:01 +0700 Subject: [PATCH 1/2] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index d0ce36a..3122158 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ // Configuration file // Define the OpenAI API key -define('OPENAI_API_KEY', 'sk-.................................'); +define('OPENAI_API_KEY', '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'); // Define the model to be used, for example: text-davinci-003 define('MODEL', 'text-davinci-003'); // Define the temperature setting for the model, a value between 0 and 1 (e.g., 0.9) From 615e6e6b907c5d84dfa6593dfe326a517dbf7059 Mon Sep 17 00:00:00 2001 From: fickya1987 <89722540+fickya1987@users.noreply.github.com> Date: Thu, 11 May 2023 13:05:20 +0700 Subject: [PATCH 2/2] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 3122158..1286c12 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ // Configuration file // Define the OpenAI API key -define('OPENAI_API_KEY', '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'); +define('OPENAI_API_KEY', 'sk-...'); // Define the model to be used, for example: text-davinci-003 define('MODEL', 'text-davinci-003'); // Define the temperature setting for the model, a value between 0 and 1 (e.g., 0.9)