Skip to content

Commit a3f0a61

Browse files
committed
Update temperature value in summary memory
1 parent 77407cf commit a3f0a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/open-router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function createMemoryForOpenRouter(chat: string) {
5050
const summaryLLM = new ChatOpenAI(
5151
{
5252
modelName: SUMMARY_LLM_MODEL,
53-
temperature: 0.7,
53+
temperature: 0,
5454
openAIApiKey: OPENROUTER_API_KEY,
5555
},
5656
{

0 commit comments

Comments
 (0)