Is anyone working on a OS LLM layer? e.g. consider a program like gimp. It would feed in its documentation and workflow details in LLM and get embeddings which would be installed with the program just like man-pages. Users could just express what they want to do in natural languages and Gimp would just query llm and create a workflow that might achieve the task.
Comments
Is anyone working on a OS LLM layer? e.g. consider a program like gimp. It would feed in its documentation and workflow details in LLM and get embeddings which would be installed with the program just like man-pages. Users could just express what they want to do in natural languages and Gimp would just query llm and create a workflow that might achieve the task.
Apple's CoreML is a large collection of regular models, deep learning models, etc. that are easy to use in macOS/iOS/iPadOS apps.