mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Change model for youtube transcripts
This commit is contained in:
parent
32bbe03d42
commit
08ed061756
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue