-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
test #21
test #21
Conversation
Codecov Report
@@ Coverage Diff @@
## main #21 +/- ##
==========================================
+ Coverage 32.12% 35.16% +3.04%
==========================================
Files 16 17 +1
Lines 1958 1965 +7
Branches 432 432
==========================================
+ Hits 629 691 +62
+ Misses 1276 1223 -53
+ Partials 53 51 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
Can you by the way, remove this line
from the first code block of this notebook: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb |
I'll make that change. |
This PR doesn't trigger OpenAI test. Do you know how to trigger it? |
That's why, you probably need to merge it to main so the rest of PR will be able to trigger that workflow That actually reminds me that I forget to checkout to the merge commit to run the test. Can you not merge this PR until I add that checkout step? |
The PR should trigger the test based on the rules. Do you know why it doesn't trigger? I'd like to test it before merging. |
The workflow with This is because pull_request_target event runs in the context of the base repository of the pull request, rather than in the merge commit. For example, the base repository of this pull request is microsoft:main, and there's no code change detected. Therefore, the openai workflow won't be triggerd. In order to run the test, we need to checkout to the merge commit so the change from pull request will be applied. I haven't add the step to checkout to merge commit in openai workflow yet, so please don't merge this PR |
Could you make this a draft until it's ready? |
0a42469
to
ec47445
Compare
* update * update * Added exceptions for non-openai clients into clients.py, corrected cohere stop error, removed try/except for Ollama --------- Co-authored-by: Yiran Wu <[email protected]> Co-authored-by: Qingyun Wu <[email protected]> Co-authored-by: Chi Wang <[email protected]> Co-authored-by: Mark Sze <[email protected]>
Added FAQ.md as placeholder
Why are these changes needed?
Related issue number
Checks