-
Notifications
You must be signed in to change notification settings - Fork 19.2k
feat(openai): add openai 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
base: master
Are you sure you want to change the base?
feat(openai): add openai unit test for streaming error in _generate #33134
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
CodSpeed Instrumentation 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
Description:
_generate
raises aValueError
whenstreaming=True
and multiple prompts are provided.libs/partners/openai/langchain_openai/llms/base.py
Test Plan