duplicate key (no impact)

This commit is contained in:
timothycarambat 2024-05-02 13:05:20 -07:00
parent fc77b46800
commit 1aa8e5766f

View file

@ -22,7 +22,6 @@ class OpenAiWhisper {
.create({
file: fs.createReadStream(fullFilePath),
model: this.model,
model: "whisper-1",
response_format: "text",
temperature: this.temperature,
})