-
Notifications
You must be signed in to change notification settings - Fork 19.5k
feat(openai): add unit test for streaming error in _generate
#33134
New issue
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
feat(openai): add unit test for streaming error in _generate
#33134
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
CodSpeed Performance ReportMerging #33134 will not alter performanceComparing Summary
Footnotes
|
…ethod - Add test for streaming error with multiple prompts
00d6beb to
8ea8ae4
Compare
…com/Ali-Ismail-1/langchain into feat/openai-llm-generate-unit-tests
_generate
Description:
_generateraises aValueErrorwhenstreaming=Trueand multiple prompts are provided.libs/partners/openai/langchain_openai/llms/base.pyTest Plan