Skip to content

Commit d9324f3

Browse files
committed
Update the temperature to be 0.2
1 parent 0720afb commit d9324f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/custom/application/v1/smalltalk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class smalltalk extends DistributedMessageQueue implements SessionListene
5050
private static final String DEFAULT_MODEL = "gpt-4o";
5151
private static final int DEFAULT_MESSAGE_POOL_SIZE = 100;
5252
private static final int DEFAULT_MAX_TOKENS = 3000;
53-
private static final double DEFAULT_TEMPERATURE = 0.8;
53+
private static final double DEFAULT_TEMPERATURE = 0.2;
5454
private static final String DATE_FORMAT_PATTERN = "yyyy-M-d h:m:s";
5555
private static final String FILE_UPLOAD_DIR = "files";
5656
private static final int MAX_CONVERSATION_HISTORY = 5; // Store up to 5 message pairs for context

0 commit comments

Comments
 (0)