matthoffner commited on
Commit
275a6e0
·
1 Parent(s): 3ab43d6

Update app/page.tsx

Browse files
Files changed (1) hide show
  1. app/page.tsx +3 -2
app/page.tsx CHANGED
@@ -5,8 +5,9 @@ import './app.css'
5
  const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
- Welcome to monacopilot 💻 🛩️ 🌎
9
- Press ⌘ + B to invoke LLM
 
10
  `.trim()
11
 
12
  export default function Page() {
 
5
  const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
+ // Welcome to monacopilot 💻 🛩️ 🌎
9
+ // Press ⌘ + B to invoke LLM
10
+ // LLM Base URL is configurable in settings
11
  `.trim()
12
 
13
  export default function Page() {