Change model for youtube transcripts

This commit is contained in:
Jackson Harper 2024-03-29 11:31:27 +08:00
parent 32bbe03d42
commit 08ed061756

View file

@ -96,7 +96,7 @@ export const createTranscriptHTML = async (
}
const llm = new OpenAI({
modelName: 'gpt-4',
modelName: 'gpt-4-0125-preview',
configuration: {
apiKey: process.env.OPENAI_API_KEY,
},