-
Notifications
You must be signed in to change notification settings - Fork 122
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
add openai batch example #1667
add openai batch example #1667
Conversation
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
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.
one small suggestions, otherwise LGTM
examples/openai_batch_agent/openai_batch_agent/openai_batch_agent_example_usage.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Samhita Alla <[email protected]>
thanks for reviewing, @neverett! will merge this PR after merging the flytekit PR. |
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
…to add-openai-batch-api-example
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
@neverett can you merge flyteorg/flyte#5411 PR after the tests pass and then rerun the failed check in this PR? this PR should be good to merge after all the tests pass. |
@samhita-alla flyteorg/flyte#5411 has been merged, but the monodocs build is still failing here for unrelated reasons (probably related to the multiple build failures mentioned here). I can rerun the monodocs build and merge this PR once that other issue is resolved. |
@neverett could you please approve and merge? |
This PR adds an example to demonstrate the OpenAI Batch agent.
Fixes flyteorg/flyte#5274