suriya7 commited on
Commit
3e5a320
·
verified ·
1 Parent(s): 96935ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ prompt = """
21
  <|im_start|>system\nYou are a helpful AI assistant named Securitron, trained by Aquilax.<|im_end|>
22
  """
23
 
24
- # Keep a list for the last two conversation exchanges
25
  conversation_history = []
26
 
27
  while True:
 
21
  <|im_start|>system\nYou are a helpful AI assistant named Securitron, trained by Aquilax.<|im_end|>
22
  """
23
 
24
+ # Keep a list for the last one conversation exchanges
25
  conversation_history = []
26
 
27
  while True: