MicrosoftLearning / mslearn-openai

https://microsoftlearning.github.io/mslearn-openai/
MIT License
214 stars 325 forks source link

Refresh Labs (March) #53

Closed ivorb closed 6 months ago

ivorb commented 7 months ago

Module: 00

Lab/Demo: 00

Fixes # .

Changes proposed in this pull request:

-

-

GraemeMalcolm commented 6 months ago

One additional comment. It would be good to include steps to implement the logic to submit a simple prompt (consisting of system and user messages), display the response, and then submit a new prompt, showing that there's no memory of past conversation. Then update the code to include the previous messages and responses in the prompt and show that a "follow up" question can now use the context of the previous conversation.