Преглед изворни кода

Update examples/typescript-simplechat/client.ts

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams пре 1 година
родитељ
комит
30229a913c
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      examples/typescript-simplechat/client.ts

+ 0 - 1
examples/typescript-simplechat/client.ts

@@ -42,7 +42,6 @@ async function chat(messages: Message[]): Promise<Message> {
     if (json.done === false) {
       process.stdout.write(json.message.content);
       content.push(json.message.content)
-      // messages.push({role: "system", content: text})
     }
 
   }