Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 633 Bytes

File metadata and controls

19 lines (13 loc) · 633 Bytes

Demo - What you need to know about LLMs

Prerequisites

Scenario

Demo 1

  1. Open an empty js file
  2. Write // print hello to the console and see completion
  3. Write // prints hello to a DOM element with the id of 'root’ and see completion

Demo 2

  1. Open Copilot Chat window
  2. Prompt: create function that prints hello to a DOM element with the id of 'root’ and show response