From f7165ab3f0d9c652aea41c92aa4a820f2d5d6b94 Mon Sep 17 00:00:00 2001 From: alyssaf16 Date: Wed, 10 Jul 2024 13:45:10 -0400 Subject: stuff --- src/client/apis/gpt/GPT.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/apis/gpt/GPT.ts') diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts index 568e28d02..0a4dc2423 100644 --- a/src/client/apis/gpt/GPT.ts +++ b/src/client/apis/gpt/GPT.ts @@ -64,8 +64,8 @@ const callTypeMap: { [type: string]: GPTCallOpts } = { pronunciation: { model: 'gpt-4-turbo', maxTokens: 4096, - temp: 0, - prompt: 'List unique differences between the pronunciation of the ', + temp: 0.3, + prompt: '', }, }; -- cgit v1.2.3-70-g09d2