this post was submitted on 10 Nov 2023
1 points (100.0% liked)

LocalLLaMA

3 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 1 year ago
MODERATORS
 

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.

top 1 comments
sorted by: hot top controversial new old
[–] knownboyofno@alien.top 1 points 1 year ago

Have you looked into open-interpreter?