joshuasundance-swca
commited on
Commit
·
617f868
1
Parent(s):
e471389
Update AI Changelog
Browse files- AI_CHANGELOG.md +3 -5
AI_CHANGELOG.md
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
# AI CHANGELOG
|
2 |
-
## [Bumped version from 2.0.0 to 2.0.1](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/
|
3 |
-
Wed Dec 13
|
4 |
-
-
|
5 |
-
- Updated the image version in the Kubernetes resources.yaml from joshuasundance/langchain-streamlit-demo:2.0.0 to joshuasundance/langchain-streamlit-demo:2.0.1.
|
6 |
-
- Updated the __version__ variable in the langchain-streamlit-demo/app.py from 2.0.0 to 2.0.1.
|
7 |
## [Improved chat message display in Streamlit app](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/f15299ef4c3f6d17e1fed55329d9be2683e3e6de)
|
8 |
Wed Dec 13 09:08:41 2023 -0500
|
9 |
- This commit updates the chat history section of the Streamlit app. It adds a check to ensure that a message is only displayed if it has content and is of a recognized type ('ai', 'assistant', 'human', 'user'). This prevents empty or unhandled message types from being displayed, improving the user experience.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Bumped version from 2.0.0 to 2.0.1](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/9e698f4a274c4780d013fdfb0110a1f7675b580e)
|
3 |
+
Wed Dec 13 14:10:39 2023 +0000
|
4 |
+
- This commit updates the version number across several files. Specifically, it modifies the current version in bumpver.toml, the image version in the Kubernetes resources.yaml, and the __version__ variable in the langchain-streamlit-demo/app.py. All these changes reflect the version bump from 2.0.0 to 2.0.1.
|
|
|
|
|
5 |
## [Improved chat message display in Streamlit app](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/f15299ef4c3f6d17e1fed55329d9be2683e3e6de)
|
6 |
Wed Dec 13 09:08:41 2023 -0500
|
7 |
- This commit updates the chat history section of the Streamlit app. It adds a check to ensure that a message is only displayed if it has content and is of a recognized type ('ai', 'assistant', 'human', 'user'). This prevents empty or unhandled message types from being displayed, improving the user experience.
|