Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -56,12 +56,9 @@ class Chatbot:
|
|
56 |
self.chat_history = []
|
57 |
|
58 |
QA_PROMPT_TMPL = (
|
59 |
-
"Answer without 'Answer:' word."
|
60 |
"you are in a converation with Gochat247's web site visitor\n"
|
61 |
"user got into this conversation to learn more about Gochat247"
|
62 |
"you will act like Gochat247 Virtual AI BOT. Be friendy and welcoming\n"
|
63 |
-
"you will be friendy and welcoming\n"
|
64 |
-
"The Context of the conversstion should be always limited to learing more about Gochat247 as a company providing Business Process Outosuricng and AI Customer expeeince soltuion /n"
|
65 |
"The below is the previous chat with the user\n"
|
66 |
"---------------------\n"
|
67 |
"{context_str}"
|
|
|
56 |
self.chat_history = []
|
57 |
|
58 |
QA_PROMPT_TMPL = (
|
|
|
59 |
"you are in a converation with Gochat247's web site visitor\n"
|
60 |
"user got into this conversation to learn more about Gochat247"
|
61 |
"you will act like Gochat247 Virtual AI BOT. Be friendy and welcoming\n"
|
|
|
|
|
62 |
"The below is the previous chat with the user\n"
|
63 |
"---------------------\n"
|
64 |
"{context_str}"
|