Closed jonchui closed 1 year ago
Got it again just now :
Looks like you're hitting the limits of the LLM.
The LLM sometimes ignores instructions and produces output that the parser doesn't understand. When that happens the Agent is set to raise an exception.
You're right, the history is passed into the LLM prompt without any clipping. I will clip the history before passing it into the prompt as a temporary fix.
1) I'm noticing this happens SOMETIMES, when creating my own bot?
STEPS:
I just redployed you
,Amazing! say that again
,Does release candidate 41 work or not - who are you? and what do you do ?
, etc.error happened
line..But... Why does it only show sometimes?
2) Also after using it a while, I was getting this error constantly:
My gut is that to keep context, you keep passing the history into the convo? ?
See this convo:
Temp fix for 2) -> I can redploy with
python deploy.py
and it goes away ...