Skip to content

Commit 5790f47

Browse files
committed
live-demo: remove unsupported "themperature" param from translations resources config
AdminForth/1820/fix-live-demo-translations-and
1 parent d3a9def commit 5790f47

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

live-demo/app/resources/translations.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ const translationsResource: AdminForthResourceInput = {
5656
completeAdapter: new CompletionAdapterOpenAIResponses({
5757
openAiApiKey: process.env.OPENAI_API_KEY as string,
5858
model: 'gpt-5.4-mini',
59-
extraRequestBodyParameters: {
60-
temperature: 0.5,
61-
},
6259
}),
6360
}),
6461

0 commit comments

Comments
 (0)