We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ddc0 commit 2a6f9faCopy full SHA for 2a6f9fa
src/converters/businessprocesses.ts
@@ -97,6 +97,7 @@ export async function getNlTextConvertedToDialect(nlText: string): Promise<any>
97
model: openai(localStorage.getItem("chatgpt-model") || 'gpt-5-mini', {
98
structuredOutputs: true,
99
}),
100
+ temperature: 1,
101
schemaName: "dialect",
102
schemaDescription: "Representation of a text in the dialect described by the grammar",
103
schema: mySchema,
0 commit comments