You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm this is a Node library issue and not an underlying OpenAI API issue
This is an issue with the Node library
Describe the bug
✖ tsc --noEmit -p tsconfig.json:
node_modules/openai/src/internal/uploads.ts(174,26): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'object'.
husky - pre-commit script failed (code 1)
To Reproduce
Install sdk 5.1.1
run tsc
Code snippets
OS
macos
Node version
node v22.11.0
Library version
5.1.1
The text was updated successfully, but these errors were encountered:
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
✖ tsc --noEmit -p tsconfig.json:
node_modules/openai/src/internal/uploads.ts(174,26): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'object'.
husky - pre-commit script failed (code 1)
To Reproduce
Code snippets
OS
macos
Node version
node v22.11.0
Library version
5.1.1
The text was updated successfully, but these errors were encountered: