Update README.md
Browse files
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
|
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:
|