Client-Server With LLM Command Execution
Executes commands on a client-server architecture using an LLM.
概要
This client-server application leverages a Large Language Model (LLM) to execute commands. While further details are unavailable in the provided documentation, the basic structure suggests a system where a client sends requests, an LLM interprets and potentially sanitizes these requests, and then commands are executed on the server-side. More information is needed to understand the specific implementation and intended use cases.
主な機能
- 0 GitHub stars