When having an openapi plugin selected and having code with curly braces in chat history in a certain way, an f-string error is raised on the second user message #4818
Unanswered
Haherzke
asked this question in
Troubleshooting
Replies: 1 comment
-
Plug-ins will be deprecated soon, I suggest you try agents: #3607 |
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
-
What happened?
When having a chat history that contains curly braces in a certain way, the next user query will not be answered and an error message is displayed from the llm. Steps to reproduce down below. Encountered this bug when using Librechat to help with coding while having plugins enabled.
It only happens when using the plugin endpoint with at least one plugin selected. It doesn't matter if the LLM uses the plugin or not. Which LLM is selected doesn't matter.
Error in the Console: [handleAbortError] AI response error; aborting request: Single '}' in template.
Full error in the logs. The error seems to be raised because of the curly braces in an f-string function.
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions