aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/gpt
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-08-30 22:34:32 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-08-30 22:34:32 -0400
commit31e04bbd49825bf56c30cb50397a15c5df53c7a8 (patch)
tree869c659dd4d1713ee04c1115374facb11e472674 /src/client/apis/gpt
parent72278f68f0333fd75ff090ea62c296973dce84ba (diff)
clean up comparison box
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 3550b6216..2e4dbe9a0 100644
--- a/src/client/apis/gpt/GPT.ts
+++ b/src/client/apis/gpt/GPT.ts
@@ -64,7 +64,7 @@ const callTypeMap: { [type: string]: GPTCallOpts } = {
pronunciation: {
model: 'gpt-4-turbo',
maxTokens: 1024,
- temp: 0.3, //0.3
+ temp: 0.1, //0.3
prompt: '',
},
};