Skip to content

Commit 0c6f619

Browse files
committed
hotfix
1 parent fa013c9 commit 0c6f619

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/chat-setting-limits.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ export const CHAT_SETTING_LIMITS: Record<LLMID, ChatSettingLimits> = {
126126
MAX_TOKEN_OUTPUT_LENGTH: 4096,
127127
MAX_CONTEXT_LENGTH: 8192
128128
},
129+
"gpt-4o": {
130+
MIN_TEMPERATURE: 0.0,
131+
MAX_TEMPERATURE: 2.0,
132+
MAX_TOKEN_OUTPUT_LENGTH: 4096,
133+
MAX_CONTEXT_LENGTH: 128000
134+
},
129135

130136
// PERPLEXITY MODELS
131137
"pplx-7b-online": {

0 commit comments

Comments
 (0)