-
Notifications
You must be signed in to change notification settings - Fork 3
12-responses-api #83
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: main
Are you sure you want to change the base?
12-responses-api #83
Conversation
Refactor client extraction from pydantic model into util function
Need to set model_info.id for the default chat model in example_router_config.yaml to create openai client
…o which represents the whole usage) Add streaming responses tests
Add response "lifecycle" test code
Make the basic responses test use async client to fix debugging bug in pycharm
# Conflicts: # aqueduct/gateway/tests/test_image_generation.py # aqueduct/gateway/views/decorators.py # aqueduct/gateway/views/image_generation.py
Making mocks work again after oai_client_from_body refactor Remove old vllm test utils
natkam
left a comment
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.
I haven't reviewed everything, but I have a few nit-picks already. But let's talk about this feature next week!
natkam
left a comment
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.
Looks good! And thanks for the docstrings, they are exactly what I wanted!
No description provided.