joshuasundance-swca
commited on
Commit
·
ad2feee
1
Parent(s):
9951c84
Update AI Changelog
Browse files- AI_CHANGELOG.md +3 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
2 |
## [Bumped version from 0.0.6 to 0.0.7](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/d41f4a4356709af4dbd81982fdefb0a6dba21ef6)
|
3 |
Thu Sep 28 19:56:12 2023 -0400
|
4 |
- Updated the version number in bumpver.toml, resources.yaml, and app.py.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Refactor variable names in Streamlit app](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/9bf9004ce3ba4160e1c33f57e0c5e48c0ff4f628)
|
3 |
+
Thu Sep 28 20:33:17 2023 -0400
|
4 |
+
- The variable 'output_text' was renamed to 'full_response' in the Streamlit application to better reflect its purpose. This change improves code readability and understanding.
|
5 |
## [Bumped version from 0.0.6 to 0.0.7](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/d41f4a4356709af4dbd81982fdefb0a6dba21ef6)
|
6 |
Thu Sep 28 19:56:12 2023 -0400
|
7 |
- Updated the version number in bumpver.toml, resources.yaml, and app.py.
|