Hello, can someone direct me to resources that cover integration od Local LLMs and external systems.
I would need to use llama2 to get instructions from the user, such as - “Open a folder named llama2 on C partition.” and use the llama2 interpretation do execute the instruction.
One approach that comes to my mind is to make a prompt that would return the prompt formated in certain way that middle ware can interpret an execute.