adowu commited on
Commit
f0a8fa5
1 Parent(s): 331c08f

Update chatbot.py

Browse files
Files changed (1) hide show
  1. 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
+ ]