File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.6.0] - 2023-09-08
11+ [ streamlit-feedback] ( https://github.com/trubrics/streamlit-feedback/stargazers ) has been revamped for tighter integration with st chat elements
12+ ### Changed
13+ - fix dependency with ` streamlit-feedback==0.1.2 `
14+ - ` single_submit ` has been removed from ` .st_feedback() ` , and replaced with ` disable_with_score `
15+
16+ ### Added
17+ - new streamlit chatbot streaming example
18+
19+ ### Fixed
20+ - streamlit llm examples
21+
1022## [ 1.5.2] - 2023-09-04
1123### Fixed
1224- ` user_response ` is dict rather than ` Response ` for feedback_type="text"
Original file line number Diff line number Diff line change 11[metadata]
22name = trubrics
3- version = 1.5.2
3+ version = 1.6.0
44description = The first user analytics platform for AI models.
55long_description = Full documentation available at https://trubrics.github.io/trubrics-sdk/.
66
You can’t perform that action at this time.
0 commit comments