From f4dcbfe26c5a7a2c26138fab0a5a3721c7c73278 Mon Sep 17 00:00:00 2001 From: Chris Kent <8364109+thechriskent@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:22:12 -0500 Subject: [PATCH] Added initial Greeting --- .../src/webparts/chatStreaming/components/ChatStreaming.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/react-azure-openai-api-stream/src/webparts/chatStreaming/components/ChatStreaming.tsx b/samples/react-azure-openai-api-stream/src/webparts/chatStreaming/components/ChatStreaming.tsx index 4a2400520..0b687849c 100644 --- a/samples/react-azure-openai-api-stream/src/webparts/chatStreaming/components/ChatStreaming.tsx +++ b/samples/react-azure-openai-api-stream/src/webparts/chatStreaming/components/ChatStreaming.tsx @@ -21,7 +21,10 @@ export default class ChatStreaming extends React.Component