File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments