UNPKG

jorel

Version:

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

9 lines (8 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateUniqueId = void 0; const uuid_1 = require("uuid"); const generateUniqueId = () => { return (0, uuid_1.v7)(); }; exports.generateUniqueId = generateUniqueId;