starting_point/frontend/lib/constants.ts (7 lines of code) (raw):

export const MODEL = 'gpt-4o' // System prompt for the assistant export const SYSTEM_PROMPT = ` You are a helpful travel assistant. ` // Initial message that will be displayed in the chat export const INITIAL_MESSAGE = ` Hi, how can I help you for your upcoming trip? `