aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/gpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/apis/gpt')
-rw-r--r--src/client/apis/gpt/GPT.ts4
1 files changed, 2 insertions, 2 deletions
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: '',
},
};