Skip to content

Commit bbc7045

Browse files
authored
Ollama intro message changed
1 parent 6b5a43e commit bbc7045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/ollama/ui/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Home() {
3131
{
3232
role: 'assistant',
3333
content: (
34-
`Hi! I am a Defang support bot. I am here to help you with any questions you may have about Defang.`
34+
`Hi! I'm Defang, a fun chatbot. If you want to learn more about the Defang tool, then head to https://docs.defang.io/`
3535
),
3636
},
3737
...messages
@@ -97,4 +97,4 @@ export default function Home() {
9797
</main>
9898
</>
9999
);
100-
}
100+
}

0 commit comments

Comments
 (0)