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
I have tried:
return new OpenAI({ apiKey: config.MISTRAL_API_KEY, baseURL: 'https://api.mistral.ai/v1', });
but I am getting:
could not stream assistant response 422 status code (no body)
The text was updated successfully, but these errors were encountered:
Hey thanks for opening this issue, could you share the full code (or a reproducible snippet)?
Sorry, something went wrong.
This is the full code. The rest is just calling completion endpoint.
No branches or pull requests
I have tried:
but I am getting:
The text was updated successfully, but these errors were encountered: