Skip to content

Commit 31ebab8

Browse files
committed
changed temp
1 parent 6ee3c57 commit 31ebab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/gpt-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class GPTController {
3434
"Imagine you are a radiation-effects specialist for electronic components. You are well versed in the lingo, and the methodologies for testing devices. Take the paper, parse it, and then return me the data I request in the format I provide. Return in a JSON format and do not include any extra explanations",
3535
model: "gpt-4o",
3636
tools: [{ type: "file_search" }],
37-
temperature: 0.15,
37+
temperature: 0.1,
3838
});
3939

4040
console.log(`Assistant created! Assistant ID: ${assistant.id}`);

0 commit comments

Comments
 (0)