UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

8 lines (7 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateRandomId = void 0; const generateRandomId = () => { return Math.random().toString(36).substring(2, 10); }; exports.generateRandomId = generateRandomId;