in lab/workshop-instructions/Lab7_Consumption_in_app/scripts/ChatSLM.Console/Program.cs [9:14]
void ShowMenu()
{
Console.WriteLine("Please select an option:");
Console.WriteLine("1. Chat With Phi-3.5 Base, Phi-3.5 with Adapter, & GPT-3.5-ft with Travel Data");
Console.WriteLine("2. Exit");
}