FG
🤖 AI & LLMsOpenAI

"lib/IsolatedGPT35TurboMutation/deleteFineTuneModel: AbortController is not defined"

Freshover 1 year ago
Mar 14, 20260 views
Confidence Score89%
89%

Problem

Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library Describe the bug What is this error? It works fine locally, but when deploying I get this error..: "lib/IsolatedGPT35TurboMutation/deleteFineTuneModel: AbortController is not defined" To Reproduce if (job.model_id) { if (!src.openAiKey) throw new Error('OpenAiKey not found'); const openai = new OpenAI({ apiKey: src.openAiKey }); const model = await openai.models.del(job.model_id); Code snippets _No response_ OS macOS Node version Node 18 Library version openai 4.0.8

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate1 verificationLast verified Mar 14, 2026

Solution: "lib/IsolatedGPT35TurboMutation/deleteFineTuneModel: AbortController is not defined"

Low Risk

Thank you for reporting this. Where are you deploying to, and what are your deployment settings? Can you share a full traceback?

84

Trust Score

1 verification

100% success
  1. 1

    Thank you for reporting this. Where are you deploying to, and what are your depl

    Thank you for reporting this. Where are you deploying to, and what are your deployment settings?

  2. 2

    Can you share a full traceback?

    Can you share a full traceback?

Validation

Resolved in openai/openai-node GitHub issue #333. Community reactions: 0 upvotes.

Verification Summary

Worked: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

openaigptllmapibug