1
2
3
4
5
6
import { chat } from "https://esm.town/v/webup/chat";
export const chatSampleReverseTokenDelim = (async () => {
const prompt = "Take the letters in l-o-l-l-i-p-o-p and reverse them";
return await chat(prompt);
})();