langchain
1e60e6e1 - Fix the unset argument in calling llama model (#2714)

Commit
2 years ago
Fix the unset argument in calling llama model (#2714) When using the llama.cpp together with agent like zero-shot-react-description, the missing branch will cause the parameter `stop` left empty, resulting in unexpected output format from the model. This patch fixes that issue.
Author
Parents
Loading