From b58499be955c8a3f8419f584827b2b13bd3f5ccd Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:15:45 +0900 Subject: [PATCH] Enhance README with parameter and code explanations Added explanation of parameter importance and code setup. https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/9-chat-project/README.md #PingMSFTDocs --- 9-chat-project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9-chat-project/README.md b/9-chat-project/README.md index 9dc47a401..4c61119eb 100644 --- a/9-chat-project/README.md +++ b/9-chat-project/README.md @@ -382,7 +382,7 @@ quadrantChart ``` **Understanding why these parameters matter**: Different applications need different types of responses. A customer service bot should be consistent and factual (low temperature), while a creative writing assistant should be imaginative and varied (high temperature). Understanding these parameters gives you control over your AI's personality and response style. -``` + **Here's what's happening in this code:** - **We import** the tools we need: `os` for reading environment variables and `OpenAI` for talking to the AI