From 2a030a11234853e0cc8a65e2a4d219f3476b1a4d Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Sun, 6 Oct 2024 16:33:09 -0500 Subject: [PATCH] chore: updated README --- ai_customer_support_agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_customer_support_agent/README.md b/ai_customer_support_agent/README.md index 3cbd8b6..0eaefaf 100644 --- a/ai_customer_support_agent/README.md +++ b/ai_customer_support_agent/README.md @@ -1,5 +1,5 @@ ## 🛒 AI Customer Support Agent with Memory -This Streamlit app implements an AI-powered customer support agent for TechGadgets.com, an online electronics store. The agent uses OpenAI's GPT-4o model and maintains a memory of past interactions using the Mem0 library with Qdrant as the vector store. +This Streamlit app implements an AI-powered customer support agent for synthetic data generated using GPT-4o. The agent uses OpenAI's GPT-4o model and maintains a memory of past interactions using the Mem0 library with Qdrant as the vector store. ### Features