Skip to content

Commit 6ab6cea

Browse files
committed
2 parents 6ede8ca + 86a5e1f commit 6ab6cea

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Kuzco CLI
2+
3+
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:
20+
```bash
21+
git clone https://git.deadzone.lol/Wizzard/kuzco-cli.git
22+
cd kuzco-cli
23+
```
24+
25+
2. Install the necessary Node.js dependencies:
26+
```bash
27+
npm install
28+
```
29+
30+
### Configuration
31+
32+
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

Comments
 (0)