Skip to content

Commit 03aed55

Browse files
authored
Merge pull request #69 from nanxstats/shinychat
Add shinychat
2 parents b6d11fa + 0ac98a9 commit 03aed55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ add packages to the list.
110110
- [Shiny for Python](#shiny-for-python)
111111
- [Python - Theming](#python---theming)
112112
- [Python - UI Components](#python---ui-components)
113+
- [Python - Chat](#python---chat)
113114
- [Python - Table](#python---table)
114115
- [Python - Frameworks](#python---frameworks)
115116
- [Python - Deploy](#python---deploy)
@@ -253,6 +254,7 @@ add packages to the list.
253254

254255
### Chat
255256

257+
- [shinychat](https://github.com/posit-dev/shinychat) - Chat UI component for Shiny.
256258
- [chattr](https://github.com/mlverse/chattr) - Interact with large language models (LLMs) in RStudio through the R console or Shiny gadget.
257259
- [gptstudio](https://github.com/MichelNivard/gptstudio) - Incorporate use of large language models (LLMs) into project workflows, with Shiny bindings for streamingMessage components.
258260
- [shinyChatR](https://github.com/julianschmocker/shinyChatR) - Reusable chat module for Shiny apps. Allows sending messages and view messages from other users. Messages can be stored in a database or a `.rds` file.
@@ -782,6 +784,10 @@ add packages to the list.
782784
- [py-shinywidgets](https://github.com/posit-dev/py-shinywidgets) - Render ipywidgets inside a Shiny app.
783785
- [py_shiny_semantic](https://github.com/Appsilon/py_shiny_semantic) - Create rich web applications in PyShiny using styles and components from Fomantic UI.
784786

787+
### Python - Chat
788+
789+
- [shinychat](https://github.com/posit-dev/shinychat/tree/main/pkg-py) - Chat UI component for Shiny for Python.
790+
785791
### Python - Table
786792

787793
- [itables](https://github.com/mwouts/itables) - Display pandas and polars data frames as interactive DataTables that you can sort, paginate, scroll, and filter.

0 commit comments

Comments
 (0)