Spaces:
Sleeping
Sleeping
Commit
·
3d0cf77
1
Parent(s):
4eee2f1
adding conversation history, continues flow of converastion
Browse files- Prompts/__init__.py +0 -0
- Prompts/summary_prompt.py +10 -0
- Rag/{embeddings.py → summarization.py} +0 -0
Prompts/__init__.py
ADDED
File without changes
|
Prompts/summary_prompt.py
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
summary_prompts = """
|
2 |
+
#System
|
3 |
+
You are an AI agents whose job is to summarize the conversation between AI bots and the user
|
4 |
+
here is the conversation history
|
5 |
+
{{}}
|
6 |
+
|
7 |
+
#Output format
|
8 |
+
|
9 |
+
|
10 |
+
"""
|
Rag/{embeddings.py → summarization.py}
RENAMED
File without changes
|