-
Notifications
You must be signed in to change notification settings - Fork 672
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
openai batch agent backend setup documentation #5291
Conversation
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 suggestion, otherwise LGTM!
================== | ||
|
||
This guide provides an overview of how to set up the OpenAI Batch agent in your Flyte deployment. | ||
Please note that you have to set up the OpenAI API key in the agent server to run the Batch tasks. |
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 think "Please note that you have to set up the OpenAI API key in the agent server to run the Batch tasks" can be removed, since that's described at line 67.
Signed-off-by: Samhita Alla <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5291 +/- ##
===========================================
- Coverage 76.78% 61.09% -15.69%
===========================================
Files 18 793 +775
Lines 1516 51156 +49640
===========================================
+ Hits 1164 31256 +30092
- Misses 288 17028 +16740
- Partials 64 2872 +2808
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Samhita Alla <[email protected]>
* add openi batch deployment guide Signed-off-by: Samhita Alla <[email protected]> * nit Signed-off-by: Samhita Alla <[email protected]> * source code renderer removed Signed-off-by: Samhita Alla <[email protected]> --------- Signed-off-by: Samhita Alla <[email protected]>
Tracking issue
Fixes #5274
Why are the changes needed?
To document the openai batch agent backend setup config.
What changes were proposed in this pull request?
Documentation updates.
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link