From a3e98b2edfdf732c6484610c3b5184b54f39ee2e Mon Sep 17 00:00:00 2001 From: rauner <29773634+rauner@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:49:49 +0100 Subject: [PATCH] add live url --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9721bc7..a96a672 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is a chatbot application for the buycycle platform, built with [Axum](https The chatbot is designed to be aware of historical messages, pre-trained on bike knowledge, and integrated with the buycycle stock and user platform interactions. +Check the live version at [assistant.buycycle.com](https://assistant.buycycle.com) + ## Aim The aim of the buycycle chatbot is to provide customer support by helping users find a fitting bike and share knowledge about how to use the platform effectively. It leverages OpenAI's GPT-4 to generate contextually aware responses, ensuring a helpful and informative interaction with users.