We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5a43e commit bbc7045Copy full SHA for bbc7045
samples/ollama/ui/src/app/page.tsx
@@ -31,7 +31,7 @@ export default function Home() {
31
{
32
role: 'assistant',
33
content: (
34
- `Hi! I am a Defang support bot. I am here to help you with any questions you may have about Defang.`
+ `Hi! I'm Defang, a fun chatbot. If you want to learn more about the Defang tool, then head to https://docs.defang.io/`
35
),
36
},
37
...messages
@@ -97,4 +97,4 @@ export default function Home() {
97
</main>
98
</>
99
);
100
-}
+}
0 commit comments