joshuasundance-swca commited on
Commit
4b2e0eb
1 Parent(s): 8c80fe8

Update AI Changelog

Browse files
Files changed (1) hide show
  1. AI_CHANGELOG.md +6 -0
AI_CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
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.
 
1
  # AI CHANGELOG
2
+ ## [Updated application version to 0.0.8](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/8c80fe821129d05b8b714beb56a4e0bbca6ce676)
3
+ Thu Sep 28 20:36:46 2023 -0400
4
+ - The application's version number has been updated from 0.0.7 to 0.0.8 in the following files: bumpver.toml, resources.yaml, and app.py.
5
+ - In bumpver.toml, the current_version field was updated to reflect the new version.
6
+ - In resources.yaml, the image tag for the langchain-streamlit-demo container was updated to use the new version.
7
+ - In app.py, the __version__ variable was updated to the new version.
8
  ## [Refactor variable names in Streamlit app](https://github.com/joshuasundance-swca/langchain-streamlit-demo/commit/9bf9004ce3ba4160e1c33f57e0c5e48c0ff4f628)
9
  Thu Sep 28 20:33:17 2023 -0400
10
  - 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.