Skip to content

Commit

Permalink
Ollama intro message changed
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm authored Sep 27, 2024
1 parent 6b5a43e commit bbc7045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/ollama/ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
{
role: 'assistant',
content: (
`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/`
),
},
...messages
Expand Down Expand Up @@ -97,4 +97,4 @@ export default function Home() {
</main>
</>
);
}
}

0 comments on commit bbc7045

Please sign in to comment.