-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
AgentEval Offline Integration #2345
Conversation
|
||
|
||
@pytest.mark.skipif( | ||
skip_openai, |
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.
To run this test in CI, we need to (1) create a new PR from a branch in the upstream repo; (2) add a section in contrib-openai.yml to run the test.
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.
@sonichi can you clarify what you mean by (1)? is this a new PR entirely or just merging in changes from a different branch?
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.
A new PR with the same changes as in this PR.
|
||
|
||
@pytest.mark.skipif( | ||
skip_openai, |
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.
@sonichi can you clarify what you mean by (1)? is this a new PR entirely or just merging in changes from a different branch?
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 to me
Co-authored-by: Wael Karkoub <[email protected]>
Co-authored-by: Wael Karkoub <[email protected]>
Closing in order to make a new PR from agenteval_integration into main |
Why are these changes needed?
Related issue number
See issue #2162
Checks