Spaces:
Paused
Paused
Commit
·
bb95e27
1
Parent(s):
95c0233
Update app/page.tsx
Browse files- app/page.tsx +2 -2
app/page.tsx
CHANGED
@@ -6,8 +6,8 @@ const Editor = dynamic(() => import('./editor'), { ssr: false })
|
|
6 |
|
7 |
const defaultValue = `
|
8 |
// Welcome to monacopilot 💻 🛩️ 💫
|
9 |
-
// Press ⌘ + B to invoke LLM
|
10 |
-
//
|
11 |
`.trim()
|
12 |
|
13 |
export default function Page() {
|
|
|
6 |
|
7 |
const defaultValue = `
|
8 |
// Welcome to monacopilot 💻 🛩️ 💫
|
9 |
+
// Press ⌘ + B to invoke (💫 StarCoder LLM)
|
10 |
+
// Base URL is configurable in settings
|
11 |
`.trim()
|
12 |
|
13 |
export default function Page() {
|