-
Notifications
You must be signed in to change notification settings - Fork 35
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 ChatInput and Status components #69
Conversation
The two failing tests are due to mistral_and_llama png and mo4. I can see that it tries to merge all the files related to |
Thanks for reporting that; it should be fixed in #70 |
These are probably very useful chat components, and on second thought, I suppose if we have it here, it wouldn't have as much visibility as in the official Panel reference gallery. Also, with these components, I suppose this repo shouldn't be called panel-chat-examples, and lastly, it's not easily However, I suppose they could first live in this repo if you'd like, but once they are here, I'd like to see a PR made to Panel. |
Agree. Right now they are here |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #69 +/- ##
===========================================
- Coverage 98.41% 78.88% -19.54%
===========================================
Files 2 5 +3
Lines 63 161 +98
===========================================
+ Hits 62 127 +65
- Misses 1 34 +33
☔ View full report in Codecov by Sentry. |
63787a1
to
7a800e7
Compare
As discussed in holoviz/panel#5670, moves the
ChatInput
andStatus
components topanel-chat-examples
where they can live until Panel gets similar built in components.