From 7ab9606ce0b697948d7d156385b46aa8ac3613fe Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Tue, 21 Nov 2023 16:42:40 +0000 Subject: [PATCH] Fix case in blogs headings --- .../blog/post/function-template-prompt-chatgpt/+page.markdoc | 2 +- .../blog/post/function-template-whatsapp-vonage/+page.markdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/blog/post/function-template-prompt-chatgpt/+page.markdoc b/src/routes/blog/post/function-template-prompt-chatgpt/+page.markdoc index a5d4ef928b..6009f8117e 100644 --- a/src/routes/blog/post/function-template-prompt-chatgpt/+page.markdoc +++ b/src/routes/blog/post/function-template-prompt-chatgpt/+page.markdoc @@ -1,6 +1,6 @@ --- layout: post -title: Build An Intelligent Chatbot With ChatGPT And Appwrite Functions +title: Build an intelligent chatbot with ChatGPT and Appwrite Functions description: Learn how to use an Appwrite Function Template to create an interactive bot using GPT-3.5. date: 2023-11-15 cover: /images/blog/function-template-prompt-chatgpt/cover.png diff --git a/src/routes/blog/post/function-template-whatsapp-vonage/+page.markdoc b/src/routes/blog/post/function-template-whatsapp-vonage/+page.markdoc index 358eec2648..2421871be8 100644 --- a/src/routes/blog/post/function-template-whatsapp-vonage/+page.markdoc +++ b/src/routes/blog/post/function-template-whatsapp-vonage/+page.markdoc @@ -1,6 +1,6 @@ --- layout: post -title: Send WhatsApp Messages With Vonage And Appwrite Functions +title: Send WhatsApp messages with Vonage and Appwrite Functions description: Learn how to use an Appwrite Function Template to create a Whatsapp bot that will programmatically respond to incoming WhatsApp messages via Vonage. date: 2023-11-15 cover: /images/blog/function-template-whatsapp-vonage/cover.png