Skip to content

Commit 0fc1203

Browse files
chore: adjust default OpenAI top_p parameter
1 parent 9624ea0 commit 0fc1203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ HISTORY_LOOKBACK_HOURS=6
88
OPENAI_API_KEY=your-openai-api-key
99
OPENAI_MODEL=gpt-4
1010
OPENAI_TEMPERATURE=0.5 # Between 0.0 (robotic or repetitive) and 1.0 (random or flippant)
11-
OPENAI_TOP_P=0.9 # Between 0.0 (most likely) and 1.0 (most diverse)
11+
OPENAI_TOP_P=0.8 # Between 0.0 (most likely) and 1.0 (most diverse)
1212
OPENAI_FREQUENCY_PENALTY=0.2 # Between 0.0 (no penalty) and 1.0 (strong penalty)
1313
OPENAI_PRESENCE_PENALTY=0.2 # Between 0.0 (no penalty) and 1.0 (strong penalty)
1414

0 commit comments

Comments
 (0)