We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6d0a6 commit 08bc13eCopy full SHA for 08bc13e
config.php
@@ -2,7 +2,7 @@
2
// Configuration file
3
4
// Define the OpenAI API key
5
-define('OPENAI_API_KEY', 'sk-.................................');
+define('OPENAI_API_KEY', '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');
6
// Define the model to be used, for example: text-davinci-003
7
define('MODEL', 'text-davinci-003');
8
// Define the temperature setting for the model, a value between 0 and 1 (e.g., 0.9)
0 commit comments