From 31e04bbd49825bf56c30cb50397a15c5df53c7a8 Mon Sep 17 00:00:00 2001 From: alyssaf16 Date: Fri, 30 Aug 2024 22:34:32 -0400 Subject: clean up comparison box --- src/client/apis/gpt/GPT.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/apis') diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index 3550b6216..2e4dbe9a0 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -64,7 +64,7 @@ const callTypeMap: { [type: string]: GPTCallOpts } = { pronunciation: { model: 'gpt-4-turbo', maxTokens: 1024, - temp: 0.3, //0.3 + temp: 0.1, //0.3 prompt: '', }, }; -- cgit v1.2.3-70-g09d2