Skip to content

Commit af34a6e

Browse files
committed
comment translations on live-demo
1 parent d9bbac6 commit af34a6e

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
@@ -52,14 +52,14 @@ export default {
5252
// will hel to filter out incomplete translations
5353
completedFieldName: 'completedLangs',
5454

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

6565
],

0 commit comments

Comments
 (0)