You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried a Local LLM (LLama2) as the LLM backing the Conversational Agent. The Conversational Agent has 2 tools attached: Retrieval QA Chain Tool and a Serper. I asked for today's date to the agent for which it failed miserably and returned some old date. When I specifically asked to use Server then it managed to search the internet to find the date but failed in json parsing.
The above behavior is reproducible in any local LLM or hugging face LLM.
To Reproduce
Steps to reproduce the behavior:
Load the attached Chatflow.
Run any local LLM and use the API as base URL.
Set Up your free Serper account and configure the API key in the ChatFlow.
Ask What is today's date ?
See error
Expected behavior
The conversational agent shouldn't respond back with any "parse error".
There should be a provision to describe about the "Serper" tool so that we can provide the description to the conversational agent to better understand when to use.
Additional context
Please find attached logs for your reference which will help you to find the areas when the error is thrown. Local LLM Error Logs.log
The text was updated successfully, but these errors were encountered:
@HenryHengZJ Please merge this PR when you get sometime which will resolve this issue (default older version of Langchain had issues). https://github.com/FlowiseAI/Flowise/pull/1255
Describe the bug
I tried a Local LLM (LLama2) as the LLM backing the Conversational Agent. The Conversational Agent has 2 tools attached: Retrieval QA Chain Tool and a Serper. I asked for today's date to the agent for which it failed miserably and returned some old date. When I specifically asked to use Server then it managed to search the internet to find the date but failed in json parsing.
The above behavior is reproducible in any local LLM or hugging face LLM.
To Reproduce
Steps to reproduce the behavior:
any local LLM
and use the API as base URL.What is today's date ?
Expected behavior
Screenshots
Flow
If applicable, add exported flow in order to help replicating the problem.
Local LLM Chatflow - Issues.json
Setup
yarn start
]Additional context
Please find attached logs for your reference which will help you to find the areas when the error is thrown.
Local LLM Error Logs.log
The text was updated successfully, but these errors were encountered: