-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- history_len=0 时会带入1条不完整的历史消息,导致LLM错误 - 当对话轮数 达到history_len时,传入的历史消息为空
- Loading branch information
1 parent
9b83adc
commit 928dea7
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ def readme(): | |
|
||
setuptools.setup( | ||
name='streamlit-chatbox', | ||
version='1.1.9', | ||
version='1.1.10', | ||
author='liunux', | ||
author_email='[email protected]', | ||
description='A chat box and some helpful tools used to build chatbot app with streamlit', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters