1
2
3
4
5
6
7
8
9
import { chat } from "https://esm.town/v/webup/chat";
export const chatSampleSystemRoleSimple = (async () => {
const messages = [
{ role: "system", content: "你是一个助手,请以 Seuss 苏斯博士的风格做出回答" },
{ role: "assistant", content: "就快乐的小鲸鱼为主题给我写一首短诗" },
];
return await chat(messages);
})();
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023