Are there restrictions on the length of chat context? #62
Unanswered
SharadKumar
asked this question in
Q&A
Replies: 2 comments
-
As a workaround, I copied the script from Migrations, cleaned it in ChatGPT, and created a new DB with it (context reset) and now commenced with my flow of further changes... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @SharadKumar sorry for the delay. We added a memory limit to the LLM to only process the last 30 messages: This will probably help with the context limit. Let me know if you still experience the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on two DBs and the one with longer context (much higher number of chat messages) just stopped responding now. While if I switch to the shorter one, everything works as expected.
There is no way to flush history and start over, while maintaining my schema.
Is this is known issue or feature?
Beta Was this translation helpful? Give feedback.
All reactions