From 3635c93854267bacb6e782228841e8ba56cb4289 Mon Sep 17 00:00:00 2001 From: ShubhamSaboo Date: Fri, 13 Sep 2024 19:19:00 -0500 Subject: [PATCH] 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 c31afb4..3cbd8b6 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-4 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 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. ### Features