Desktop Assisstant That Uses LLM OS #1761
Unanswered
Stiffy-timmy
asked this question in
Q&A
Replies: 1 comment
-
We'll have to look at creating a toolkit for accessing your local system. We don't currently have a tool specifically for that, but we have a tool that can run shell commands. You can maybe play with that in the mean time? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have actually built a complex and quick desktop assistant that can automate simple tasks and uses remote LLMs (APIs) to fetch realtime data and then the Local LLMs processes that data into a short answer to speak. The issue is that my Assistant doesn't have information about my 'Operating system's all data and files'. Let's say i ask my assistant "do you know the contents of my Recycle bin or chat_log.txt file" then till responds to me as " I am a chatbot and i don't have access to your system's file'. Hence, How can I use the LLM OS as a middlewear that helps me fetch information about my operating system? Thank You
Beta Was this translation helpful? Give feedback.
All reactions