This is a minimal example of using the OpenAI SDK to inference the Kuzco network.
- Clone this repository.
- Install bun.
- Install dependencies with
bun install
. - Open
index.ts
and specify your Kuzco API key. - Run
bun run index.ts
.
Kuzco is optimized for cost and not speed -- responses may take up to 5 minutes.