We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705d302 commit af2eebdCopy full SHA for af2eebd
controllers/publicationSummary.js
@@ -11,7 +11,7 @@ dotenv.config();
11
// query setup
12
// summarization docs https://js.langchain.com/docs/api/chains/functions/loadQAMapReduceChain
13
const model = new OpenAI({
14
- modelName: "gpt-3.5-turbo",
+ modelName: "gpt-4o-mini",
15
openAIApiKey: process.env.OPENAI_TOKEN,
16
temperature: 0.5,
17
});
0 commit comments