Public
Back
Version 3
10/23/2023
import { getModelBuilder } from "https://esm.town/v/webup/getModelBuilder";
export const modelSampleLLMCall = (async () => {
const builder = await getModelBuilder();
const model = await builder();
return await model.call("Tell me a famous saying");
})();
Updated: October 23, 2023