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
netlify ws work. vercel ws doesn't work. u can disable ws or try netlify.
The text was updated successfully, but these errors were encountered:
how to disable ws, I use the following with Ws set to false, but it still reports 502
const client = new Midjourney({ ServerId: <string>process.env.SERVER_ID, ChannelId: <string>process.env.CHANNEL_ID, SalaiToken: <string>process.env.SALAI_TOKEN, Debug: true, Ws: false, });
Sorry, something went wrong.
https://github.com/erictik/midjourney-api/blob/main/example/imagine.ts
No branches or pull requests
netlify ws work.
vercel ws doesn't work.
u can disable ws or try netlify.
The text was updated successfully, but these errors were encountered: