Go to file
Wizzard 045f78d50d Add code blocks and resizable window 2024-03-09 17:23:16 -05:00
.github/workflows Update workflow 2024-03-09 12:02:42 -05:00
cli Update GUI styles.css & increase prompt timeout in GUI & CLI 2024-03-09 13:53:26 -05:00
gui Add code blocks and resizable window 2024-03-09 17:23:16 -05:00
.gitignore Add function to alert user if their API key isnt set and open a popup for user to enter their key 2024-03-09 02:42:30 -05:00
LICENSE Add LICENSE 2024-03-09 00:56:37 -05:00
README.md Update GUI styles.css & increase prompt timeout in GUI & CLI 2024-03-09 13:53:26 -05:00

README.md

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:

    git clone https://git.deadzone.lol/Wizzard/kuzco-cli.git
    cd kuzco-cli/cli
    
  2. Install the necessary Node.js dependencies:

    npm install
    
  3. Installing the GUI:

    cd kuzco-cli/gui
    
  4. Install the necessary Node.js dependencies:

    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:

cd kuzco-cli/cli
node kuzco-cli.js

Run Kuzco GUI with:

cd kuzco-cli/gui
electron19 kuzco-gui.js

Follow the on-screen prompts to send your AI prompts to the network.

Prebuilt Binaries

You can download prebuilt versions of this application from the GitHub Actions page.

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.