Update chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
@@ -42,4 +42,4 @@ class Chatbot:
|
|
42 |
def clear_history(self):
|
43 |
self.conversation_history = [
|
44 |
{"role": "system", "content": SYSTEM_PROMPT}
|
45 |
-
]
|
|
|
42 |
def clear_history(self):
|
43 |
self.conversation_history = [
|
44 |
{"role": "system", "content": SYSTEM_PROMPT}
|
45 |
+
]
|