-
Notifications
You must be signed in to change notification settings - Fork 5k
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 a sample notebook for using AutoGen in Microsoft Fabric #940
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #940 +/- ##
=======================================
Coverage 30.74% 30.74%
=======================================
Files 30 30
Lines 4043 4043
Branches 915 915
=======================================
Hits 1243 1243
Misses 2721 2721
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.
what about adding a link in "ecosystem" page?
Good idea! I just make commits to add it. And this notebook looks good to me. |
@thinkall Does it look good to you to merge? |
* update nlp notebook * rerun * rerun * removing redundant in notebook * remove redundant content in nlp notebook * update notebook * update plot * update plot * update plot --------- Co-authored-by: Li Jiang <lijiang1@microsoft.com>
…t#940) * Add fabric example * Support both 0.1.x and 0.2.x * Fix comments * update ecosystem * update png --------- Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”> Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Why are these changes needed?
To add a sample notebook for using AutoGen in Microsoft Fabric. It has pre-built support for Azure OpenAI models including
gpt-4-turbo
,gpt-4
andgpt-35-turbo
, etc.Related issue number
Checks