Skip to content

Commit 821a79e

Browse files
fix: Models: The Temperature toggle is missed from the Features tab (Issue #1091) (#1092)
1 parent fa2f626 commit 821a79e

File tree

1 file changed

+1
-0
lines changed
  • apps/ai-dial-admin/src/components/EntityView/Features

1 file changed

+1
-0
lines changed

apps/ai-dial-admin/src/components/EntityView/Features/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const placeholdersMap: Record<string, EntityPlaceholdersI18nKey> = {
2020
export const modelsSwitchFeatures: (keyof DialFeatures)[] = [
2121
'systemPromptSupported',
2222
'toolsSupported',
23+
'temperatureSupported',
2324
'seedSupported',
2425
'urlAttachmentsSupported',
2526
'folderAttachmentsSupported',

0 commit comments

Comments
 (0)