Skip to content

Commit 01985e5

Browse files
committed
finish de translations
1 parent e76ec67 commit 01985e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

live-demo/app/resources/translations.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ export default {
5353
// will hel to filter out incomplete translations
5454
completedFieldName: 'completedLangs',
5555

56-
completeAdapter: new CompletionAdapterOpenAIChatGPT({
57-
openAiApiKey: process.env.OPENAI_API_KEY as string,
58-
model: 'gpt-4o-mini',
59-
expert: {
60-
// for UI translation it is better to lower down the temperature from default 0.7. Less creative and more accurate
61-
temperature: 0.5,
62-
},
63-
}),
56+
// completeAdapter: new CompletionAdapterOpenAIChatGPT({
57+
// openAiApiKey: process.env.OPENAI_API_KEY as string,
58+
// model: 'gpt-4o-mini',
59+
// expert: {
60+
// // for UI translation it is better to lower down the temperature from default 0.7. Less creative and more accurate
61+
// temperature: 0.5,
62+
// },
63+
// }),
6464
}),
6565

6666
],

0 commit comments

Comments
 (0)