We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0720afb commit d9324f3Copy full SHA for d9324f3
src/main/java/custom/application/v1/smalltalk.java
@@ -50,7 +50,7 @@ public class smalltalk extends DistributedMessageQueue implements SessionListene
50
private static final String DEFAULT_MODEL = "gpt-4o";
51
private static final int DEFAULT_MESSAGE_POOL_SIZE = 100;
52
private static final int DEFAULT_MAX_TOKENS = 3000;
53
- private static final double DEFAULT_TEMPERATURE = 0.8;
+ private static final double DEFAULT_TEMPERATURE = 0.2;
54
private static final String DATE_FORMAT_PATTERN = "yyyy-M-d h:m:s";
55
private static final String FILE_UPLOAD_DIR = "files";
56
private static final int MAX_CONVERSATION_HISTORY = 5; // Store up to 5 message pairs for context
0 commit comments