diff --git a/config.php b/config.php index d0ce36a..1286c12 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', '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)