-
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
Simple chat app #921
Simple chat app #921
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #921 +/- ##
=======================================
Coverage 26.63% 26.63%
=======================================
Files 28 28
Lines 3777 3777
Branches 858 858
=======================================
Hits 1006 1006
Misses 2700 2700
Partials 71 71
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.
Runs fine for me.
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.
Thanks. Shall we add a link from README or https://microsoft.github.io/autogen/docs/Getting-Started to this example?
cc @qingyun-wu @skzhang1 what's a good place on the website to add a link to this example?
How about putting the link in Human involvement section with title Simple example in ChatGPT style? If you think so, I will make a PR accordingly. |
A link in the Human Involvement section would make sense. I also think many beginners would appreciate a super-simple example mentioned on the README page. A very short section titled "Simple example in ChatGPT style" could be inserted between the current Installation and Multi-Agent Conversation Framework sections. This new section might contain just a single sentence of explanation, and a link to the example code. The Quickstart section directs readers to the notebooks, but none of those are as simple as this example. |
* Add file Initial implementation * Add file Implementation * 1. update readme 2. update web example 3. update code * update readme * remove working dir * update --------- Co-authored-by: “skzhang1” <“[email protected]”> Co-authored-by: Shaokun Zhang <[email protected]>
* Add file Initial implementation * Add file Implementation * 1. update readme 2. update web example 3. update code * update readme * remove working dir * update --------- Co-authored-by: “skzhang1” <“[email protected]”> Co-authored-by: Shaokun Zhang <[email protected]>
This PR provides a very simple python script for beginners to get started. It replicates the basic chatgpt-like conversational experience.
Why are these changes needed?
Many new users struggle to run the NVDA-TESLA example or the notebooks, since they all involve various kinds of complexity.
Related issue number
#919
Checks