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 @@ -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 ] ,
You can’t perform that action at this time.
0 commit comments