diff --git a/examples/typescript-simplechat/client.ts b/examples/typescript-simplechat/client.ts index 7e37fe30..5d703a75 100644 --- a/examples/typescript-simplechat/client.ts +++ b/examples/typescript-simplechat/client.ts @@ -42,7 +42,6 @@ async function chat(messages: Message[]): Promise { if (json.done === false) { process.stdout.write(json.message.content); content.push(json.message.content) - // messages.push({role: "system", content: text}) } }