thisisdev commited on
Commit
2bccd07
Β·
verified Β·
1 Parent(s): bfcbd72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## πŸ›’ AI Customer Support Agent with Memory
2
  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.
3
 
 
1
+ ---
2
+ title: Customer Support Agent
3
+ emoji: πŸš€
4
+ colorFrom: red
5
+ colorTo: red
6
+ sdk: docker
7
+ app_port: 8501
8
+ tags:
9
+ - streamlit
10
+ pinned: false
11
+ short_description: This app implements an AI-powered customer support Agent
12
+ license: mit
13
+ ---
14
+
15
  ## πŸ›’ AI Customer Support Agent with Memory
16
  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.
17