From 86a5e1f6490e6a9e9614735d8acc1230a2a81e70 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Sat, 9 Mar 2024 00:50:03 -0500 Subject: [PATCH] Add README.md --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51b9e84 --- /dev/null +++ b/README.md @@ -0,0 +1,51 @@ +# Kuzco CLI + +Welcome to Kuzco CLI, a sleek Node.js-based interface for interacting with Kuzco, a decentralized network of GPU miners dedicated to processing AI prompts. + + +## Features + +- **Send AI Prompts**: Easily send prompts to be processed by the network. +- **Decentralized Processing**: Take advantage of a network of GPU miners. + +## Getting Started + +### Prerequisites + +- Node.js installed on your machine. + +### Installation + +1. Clone this repository and navigate into the directory: + ```bash + git clone https://git.deadzone.lol/Wizzard/kuzco-cli.git + cd kuzco-cli + ``` + +2. Install the necessary Node.js dependencies: + ```bash + npm install + ``` + +### Configuration + +On first run, you'll be prompted to enter your API key for accessing Kuzco's network. This is stored securely and ensures your interactions are authenticated. + +### Usage + +Run Kuzco CLI with: +```bash +node main.js +``` + +Follow the on-screen prompts to send your AI prompts to the network. + +## Contributing + +Your contributions are welcome! + +## License + +Kuzco CLI is released under the MIT license. Feel free to use, modify, and distribute it as you see fit. + +Enjoy harnessing the power of decentralized AI with Kuzco! \ No newline at end of file