You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
6
+
## Features
7
+
8
+
-**Send AI Prompts**: Easily send prompts to be processed by the network.
9
+
-**Decentralized Processing**: Take advantage of a network of GPU miners.
10
+
11
+
## Getting Started
12
+
13
+
### Prerequisites
14
+
15
+
- Node.js installed on your machine.
16
+
17
+
### Installation
18
+
19
+
1. Clone this repository and navigate into the directory:
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.
33
+
34
+
### Usage
35
+
36
+
Run Kuzco CLI with:
37
+
```bash
38
+
node main.js
39
+
```
40
+
41
+
Follow the on-screen prompts to send your AI prompts to the network.
42
+
43
+
## Contributing
44
+
45
+
Your contributions are welcome!
46
+
47
+
## License
48
+
49
+
Kuzco CLI is released under the MIT license. Feel free to use, modify, and distribute it as you see fit.
50
+
51
+
Enjoy harnessing the power of decentralized AI with Kuzco!
0 commit comments