We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation includes an example of using fetch provided by Undici.
fetch
import { fetch } from 'undici'; import OpenAI from 'openai'; new OpenAI({ fetch, });
This is giving error "Types of parameters 'input' and 'url' are incompatible."
macos
node v22
v4.84
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
Documentation includes an example of using
fetch
provided by Undici.To Reproduce
This is giving error "Types of parameters 'input' and 'url' are incompatible."
Code snippets
OS
macos
Node version
node v22
Library version
v4.84
The text was updated successfully, but these errors were encountered: