-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Docs/Contributing] Clarification on running non-OpenAI tests #1052
[Docs/Contributing] Clarification on running non-OpenAI tests #1052
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
=======================================
Coverage 30.27% 30.27%
=======================================
Files 30 30
Lines 3980 3980
Branches 897 897
=======================================
Hits 1205 1205
Misses 2696 2696
Partials 79 79
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
The doc looks OK for the current setup. There are better ways to organize the tests, I think.
It'll be good to create an issue in case we forget to update this part when we reorganize the tests.
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've created issues for the TODOs. Approving now.
* add agent notebook and documentation * fix bug * set flush to True when printing msg in agent * add a math problem in agent notebook * remove * header * improve notebook doc * notebook update * improve notebook example * improve doc * improve notebook doc * improve print * doc * human_input_mode * human_input_mode str * indent * indent * Update flaml/autogen/agent/user_proxy_agent.py Co-authored-by: Chi Wang <[email protected]> * Update notebook/autogen_agent.ipynb Co-authored-by: Chi Wang <[email protected]> * Update notebook/autogen_agent.ipynb Co-authored-by: Chi Wang <[email protected]> * Update notebook/autogen_agent.ipynb Co-authored-by: Chi Wang <[email protected]> * renaming and doc format * typo --------- Co-authored-by: Chi Wang <[email protected]>
…oft#1052) * Update Contribute.md * Removed mentioning of OAI_CONFIG_LIST --------- Co-authored-by: Qingyun Wu <[email protected]>
As a fresh contributor I struggled with running tests locally and it took me some time to understand that:
openai
is not installed)build.yaml
(which is a mandatory checkpoint for any PR) only runs AMade a clarification to
Contributing
page.P.S.: As a follow-up it's worth to clarify how to run OpenAI tests locally. Guidance from someone is welcome. It seems there're 2 dependencies: (1) a well formed OAI_CONFIG_LIST file (there're plenty of hard-coded model names spread across tests, haven't identified the, all) and (2) Docker Desktop up-and-running
Checks