diff options
author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-09 14:59:23 -0400 |
---|---|---|
committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-07-09 14:59:23 -0400 |
commit | 7155035307d774fdd7a19e871667be7147dbfa96 (patch) | |
tree | b35b1a8313647af7710b47e4b3296d2939d03bac /src/client/apis/gpt/GPT.ts | |
parent | 6131fd8fc6cb1245ccfbc5d03d33ffd1498e83f4 (diff) |
prompt
Diffstat (limited to 'src/client/apis/gpt/GPT.ts')
-rw-r--r-- | src/client/apis/gpt/GPT.ts | 2 |
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 ', }, |