From 52bd4c97bd9e203963033bd04a71441c567b3011 Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Fri, 20 Dec 2024 12:06:47 -0800 Subject: [PATCH] [website] minor burr blog post tweaks --- website/blog/2024-12-17-burr/burr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2024-12-17-burr/burr.md b/website/blog/2024-12-17-burr/burr.md index 27b503c6..3b0bb686 100644 --- a/website/blog/2024-12-17-burr/burr.md +++ b/website/blog/2024-12-17-burr/burr.md @@ -40,7 +40,7 @@ When you pair Burr with Hal9’s powerful AI deployment platform, you unlock a s ## Example: Burr on Hal9 -Let's walk through how to build a simple weather chatbot on hal9 using Burr. This chatbot can interact with external tools to provide precise and relevant responses to user queries. +Let's walk through how to build a simple weather chatbot on Hal9 using Burr. This chatbot can interact with external tools to provide precise and relevant responses to user queries. ### 1. Set Up Burr @@ -227,7 +227,7 @@ You’ll generate a graphical representation of the workflow, similar to this: This feature is invaluable for debugging, optimizing workflows, or simply understanding how your chatbot processes user queries. -### 4. Deploy to hal9 +### 4. Deploy to Hal9 As mentioned earlier, deployment can often be one of the trickiest parts of building a chatbot. But Hal9 eliminates this complexity. With Hal9’s platform, deploying your Burr-powered chatbot is as simple as running a single command in your terminal: ```bash