Skip to content

Commit af2eebd

Browse files
authored
feat: Updated to gpt 4o mini (#12)
1 parent 705d302 commit af2eebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/publicationSummary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dotenv.config();
1111
// query setup
1212
// summarization docs https://js.langchain.com/docs/api/chains/functions/loadQAMapReduceChain
1313
const model = new OpenAI({
14-
modelName: "gpt-3.5-turbo",
14+
modelName: "gpt-4o-mini",
1515
openAIApiKey: process.env.OPENAI_TOKEN,
1616
temperature: 0.5,
1717
});

0 commit comments

Comments
 (0)