joshuasundance-swca
commited on
Commit
·
03fe7c9
1
Parent(s):
a338494
Update AI Changelog
Browse files- AI_CHANGELOG.md +5 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
|
|
|
|
2 |
## [Updated model list, library versions, and code formatting](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3ca1115e20d1709f4ede77b0ce63fafcf42a362c)
|
3 |
Wed Nov 29 16:01:38 2023 -0500
|
4 |
- 1. In the 'defaults.py' file, the list of models was updated. New models were added and existing model names were updated.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Upgraded project version from 0.3.0 to 1.0.0](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/a338494f3816bbb77360d2f43a515d1cc39cd760)
|
3 |
+
Wed Nov 29 16:05:50 2023 -0500
|
4 |
+
- Updated the current version in bumpver.toml from 0.3.0 to 1.0.0.
|
5 |
+
- Modified the Docker image version in kubernetes/resources.yaml from joshuasundance/langchain-streamlit-demo:0.3.0 to joshuasundance/langchain-streamlit-demo:1.0.0.
|
6 |
+
- Changed the __version__ variable in langchain-streamlit-demo/app.py from 0.3.0 to 1.0.0.
|
7 |
## [Updated model list, library versions, and code formatting](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/3ca1115e20d1709f4ede77b0ce63fafcf42a362c)
|
8 |
Wed Nov 29 16:01:38 2023 -0500
|
9 |
- 1. In the 'defaults.py' file, the list of models was updated. New models were added and existing model names were updated.
|