Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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