fsal
commited on
Commit
·
99a01d3
1
Parent(s):
94c35e7
Update AI Changelog
Browse files- AI_CHANGELOG.md +3 -0
AI_CHANGELOG.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# AI CHANGELOG
|
|
|
|
|
|
|
2 |
## [Adjusted default values and modified output formatting](https://github.com/fsal/streamlit-hf/commit/e4118166429ff6939e262f1c4976b90c49ab3d23)
|
3 |
Fri Feb 2 15:48:02 2024 +0100
|
4 |
- Changed the default maximum tokens from 300 to 1000 in defaults.py.
|
|
|
1 |
# AI CHANGELOG
|
2 |
+
## [Modified source documents output in get_runnable function](https://github.com/fsal/streamlit-hf/commit/94c35e7041096dc877ecb64344511a56e8d1188f)
|
3 |
+
Fri Feb 2 15:50:56 2024 +0100
|
4 |
+
- This commit changes the get_runnable function in llm_resources.py. Previously, it was displaying the content of the 4th source document onwards. After the change, it now shows the content of the first 3 source documents.
|
5 |
## [Adjusted default values and modified output formatting](https://github.com/fsal/streamlit-hf/commit/e4118166429ff6939e262f1c4976b90c49ab3d23)
|
6 |
Fri Feb 2 15:48:02 2024 +0100
|
7 |
- Changed the default maximum tokens from 300 to 1000 in defaults.py.
|