Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7c4fd27

Browse files
authored
Update config.php
1 parent febaa7c commit 7c4fd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Define the OpenAI API key
55
define('OPENAI_API_KEY', 'sk-.................................');
66
// Define the model to be used, for example: text-davinci-003
7-
define('MODEL', 'text-davinci-003');
7+
define('MODEL', 'gpt-3.5-turbo');
88
// Define the temperature setting for the model, a value between 0 and 1 (e.g., 0.9)
99
define('TEMPERATURE', 0.9);
1010
// Define the maximum number of tokens to be generated by the model (e.g., 1000)

0 commit comments

Comments
 (0)