Skip to content

Commit

Permalink
feat: Updated to gpt 4o mini (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaCornu authored Sep 6, 2024
1 parent 705d302 commit af2eebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/publicationSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dotenv.config();
// query setup
// summarization docs https://js.langchain.com/docs/api/chains/functions/loadQAMapReduceChain
const model = new OpenAI({
modelName: "gpt-3.5-turbo",
modelName: "gpt-4o-mini",
openAIApiKey: process.env.OPENAI_TOKEN,
temperature: 0.5,
});
Expand Down

0 comments on commit af2eebd

Please sign in to comment.