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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/gpt/GPT.ts b/src/client/apis/gpt/GPT.ts
index 8e08265d6..568e28d02 100644
--- a/src/client/apis/gpt/GPT.ts
+++ b/src/client/apis/gpt/GPT.ts
@@ -63,7 +63,7 @@ const callTypeMap: { [type: string]: GPTCallOpts } = {
},
pronunciation: {
model: 'gpt-4-turbo',
- maxTokens: 1024,
+ maxTokens: 4096,
temp: 0,
prompt: 'List unique differences between the pronunciation of the ',
},