Skip to content

Commit

Permalink
Update examples/typescript-simplechat/client.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
  • Loading branch information
technovangelist and BruceMacD authored Dec 7, 2023
1 parent 1ade380 commit 30229a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/typescript-simplechat/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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})
}

}
Expand Down

0 comments on commit 30229a9

Please sign in to comment.