fsal
commited on
Commit
·
8dad250
1
Parent(s):
a4e3f44
Update AI Changelog
Browse files- AI_CHANGELOG.md +3 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
2 |
## [Updated response handling and test questions in langchain-streamlit-demo](https://github.com/fsal/streamlit-hf/commit/5bece5a4841ad9f7e697055aac3d66719c39b528)
|
3 |
Sun Mar 10 23:05:46 2024 +0100
|
4 |
- The commit includes changes in the app.py and defaults.py files of the langchain-streamlit-demo project. In app.py, the type of 'full_response' was expanded to include dictionary and the number of source documents displayed was increased from 3 to all. Each source is now also enumerated. In defaults.py, a typo in one of the test questions was corrected.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Added seed parameter to language model](https://github.com/fsal/streamlit-hf/commit/a4e3f442b1f3500c0674d8a63e7351cc13c8fc0f)
|
3 |
+
Sun Mar 10 23:26:36 2024 +0100
|
4 |
+
- The language model instantiation in the 'get_llm' function now includes an additional 'seed' parameter. This parameter is set to '42' by default and is used to ensure consistent results during testing.
|
5 |
## [Updated response handling and test questions in langchain-streamlit-demo](https://github.com/fsal/streamlit-hf/commit/5bece5a4841ad9f7e697055aac3d66719c39b528)
|
6 |
Sun Mar 10 23:05:46 2024 +0100
|
7 |
- The commit includes changes in the app.py and defaults.py files of the langchain-streamlit-demo project. In app.py, the type of 'full_response' was expanded to include dictionary and the number of source documents displayed was increased from 3 to all. Each source is now also enumerated. In defaults.py, a typo in one of the test questions was corrected.
|