-
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
Autogenstudio - Add GroupChat Support to UI #1352
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1352 +/- ##
=======================================
Coverage 32.48% 32.48%
=======================================
Files 41 41
Lines 4907 4907
Branches 1120 1120
=======================================
Hits 1594 1594
Misses 3187 3187
Partials 126 126
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@victordibia are you able to build this PR in the studio devcontainer and get |
@gagb , I just tried this and I am able to run the studio devcontainer. and |
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 on my end.
I haven't tried today but when I tested yesterday, in the studio container the autogenstudio ui command runs, but once I try to interact with the webpage (which it opens via a port redirect) the webpage encounters many error messages (toasts). I will have time to test again tomorrow morning. Did that correctly work for you? |
Thanks. I'll test again, but If you can share the exact toast errors (e.g., if it is an api key thing .. ), it would be helpful |
Co-authored-by: Chi Wang <[email protected]>
I am no longer seeing the toast errors! I am not sure what changed. But I am still seeing interactions that feel buggy for creating a simple chatgpt like experience -- I can meet 1-1 and show. Some of these are related to adding default params models and agents that do not exist. Why is min max consecutive replies set to 2? Would be worth addressing these in a separate PR. |
* support groupchat, other QOL fixes * remove gallery success toast * Update website/blog/2023-12-01-AutoGenStudio/index.mdx Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
* support groupchat, other QOL fixes * remove gallery success toast * Update website/blog/2023-12-01-AutoGenStudio/index.mdx Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
* support groupchat, other QOL fixes * remove gallery success toast * Update website/blog/2023-12-01-AutoGenStudio/index.mdx Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
Add support for GroupChat, and other quality of life improvements to autogenstudio
groupchatnew.mp4
Related issue number
#1285 #1265 #1294 #1296
Checks