Skip to content

Commit 2a6f9fa

Browse files
authored
Added explicit temperature to the model
1 parent a47ddc0 commit 2a6f9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/converters/businessprocesses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export async function getNlTextConvertedToDialect(nlText: string): Promise<any>
9797
model: openai(localStorage.getItem("chatgpt-model") || 'gpt-5-mini', {
9898
structuredOutputs: true,
9999
}),
100+
temperature: 1,
100101
schemaName: "dialect",
101102
schemaDescription: "Representation of a text in the dialect described by the grammar",
102103
schema: mySchema,

0 commit comments

Comments
 (0)