-
Notifications
You must be signed in to change notification settings - Fork 160
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
Query Fails #146
Comments
Here's an update. I used a new query which provided greater success in the query, but although the information was available to the llm, it failed ultimately to give me the correct information. The query was as follows: "Who are the current members of the band 'Alice in Chains'? Use the web to find the information. Also, make sure to include the
|
The llm is trying very hard. I am using deepseek-r1:14b locally on ollama server. The queries are failing because it refuses to add the <memory_update> tag. What does this exactly mean, and what can be done about it. The following is the session in which the failure occured (I had to format the following as code in order to preserve some of the tags written in the output):
This is where it suddenly stopped and failed on the last attempt. I think if it had some more time it would perhaps have figured out how to perform the query properly. I think increase the number of retries in my next attempt. However, is there something I am missing here? I am new to this.
The text was updated successfully, but these errors were encountered: