-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
First draft of custom event handler support #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, I just came back from vacation :)
tests/test_functional/fastapi_chat_completion_openai/server_openai.py
Outdated
Show resolved
Hide resolved
langchain_openai_api_bridge/core/utils/pydantic_async_iterator.py
Outdated
Show resolved
Hide resolved
Okay! I've made some updates attempting to address your initial feedback. Let me know if you have any other thoughts. |
@samuelint any thoughts on this? |
langchain_openai_api_bridge/chat_completion/langchain_stream_adapter.py
Outdated
Show resolved
Hide resolved
langchain_openai_api_bridge/chat_completion/langchain_stream_adapter.py
Outdated
Show resolved
Hide resolved
tests/test_functional/fastapi_chat_completion_openai/server_openai.py
Outdated
Show resolved
Hide resolved
I've reviewed again, sorry for the delay. |
Alright, changes made. All tests passing. |
tests/test_functional/fastapi_chat_completion_openai/server_openai.py
Outdated
Show resolved
Hide resolved
Thanks @samuelint ! |
Addresses #41
Apologies, I'm a Python novice. Please don't hesitate to reject this approach and/or provide feedback/guidance.