KvrParaskevi
commited on
Update chatbot.py
Browse files- chatbot.py +2 -2
chatbot.py
CHANGED
@@ -26,9 +26,9 @@ booking process.
|
|
26 |
<</SYS>>
|
27 |
|
28 |
Previous conversation:
|
29 |
-
{
|
30 |
|
31 |
-
Human: {
|
32 |
AI:"""
|
33 |
|
34 |
#@st.cache_resource
|
|
|
26 |
<</SYS>>
|
27 |
|
28 |
Previous conversation:
|
29 |
+
{history}
|
30 |
|
31 |
+
Human: {input}
|
32 |
AI:"""
|
33 |
|
34 |
#@st.cache_resource
|