Skip to content

Commit 00d6c9c

Browse files
committed
feat(zai): set default temperature to 0.6
1 parent 3a47c55 commit 00d6c9c

File tree

1 file changed

+1
-1
lines changed
  • packages/types/src/providers

1 file changed

+1
-1
lines changed

packages/types/src/providers/zai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const mainlandZAiModels = {
153153
},
154154
} as const satisfies Record<string, ModelInfo>
155155

156-
export const ZAI_DEFAULT_TEMPERATURE = 0
156+
export const ZAI_DEFAULT_TEMPERATURE = 0.6
157157

158158
export const zaiApiLineConfigs = {
159159
international_coding: {

0 commit comments

Comments
 (0)