Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

默认记忆20条,但是当问第11个问题的时候,会报错 #13

Open
CodingSha opened this issue Apr 28, 2023 · 0 comments
Open

Comments

@CodingSha
Copy link

分析了下原因,是因为记忆20条,第11个问题的时候,总共会有21条数据,裁剪数据会把第一个问题裁剪掉,导致问答不完整,需要把main.py里的记忆20改成21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant