aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/gpt/GPT.ts
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-07-10 13:45:10 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-07-10 13:45:10 -0400
commitf7165ab3f0d9c652aea41c92aa4a820f2d5d6b94 (patch)
treefe28697d5d173caf2c2e944939704522b4488f5d /src/client/apis/gpt/GPT.ts
parent7155035307d774fdd7a19e871667be7147dbfa96 (diff)
stuff
Diffstat (limited to 'src/client/apis/gpt/GPT.ts')
-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: '',
},
};