Replies: 2 comments
-
I am using openhermes-2.5-mistral-7b.Q8_0.gguf llm is defined as follows: agent is defined as follows: PREFIX = '''You are a SQL expert. You have access to a Microsoft SQL Server database. FORMAT_INSTRUCTIONS = """Please use the following format:
SUFFIX = ''' Begin! Previous conversation history: Instructions: {input} agent_executor = create_sql_agent( But I am usually getting "Could not parse LLM output: can you please help how to resolve it. In very rare cases (as the same code is run multiple times), action input is created and chain executes successfully. |
Beta Was this translation helpful? Give feedback.
-
If I remove temperature setting from LLM I can see that sometimes it is varying in answer, so I get which still does not confirm to what langchain is expecting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
anyone has experience creating langchain setup with local LLM running on Mac M1 (using metal) ?
In your experience would would be the best model to use LLAMA, Vicuna, ... ?
Beta Was this translation helpful? Give feedback.
All reactions