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 febaa7c commit 7c4fd27Copy full SHA for 7c4fd27
config.php
@@ -4,7 +4,7 @@
4
// Define the OpenAI API key
5
define('OPENAI_API_KEY', 'sk-.................................');
6
// Define the model to be used, for example: text-davinci-003
7
-define('MODEL', 'text-davinci-003');
+define('MODEL', 'gpt-3.5-turbo');
8
// Define the temperature setting for the model, a value between 0 and 1 (e.g., 0.9)
9
define('TEMPERATURE', 0.9);
10
// Define the maximum number of tokens to be generated by the model (e.g., 1000)
0 commit comments