Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ def generate_text(instruction):
|
|
65 |
return f"{string}"
|
66 |
|
67 |
|
68 |
-
conversation = """<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are Tess, a
|
69 |
|
70 |
|
71 |
while True:
|
|
|
65 |
return f"{string}"
|
66 |
|
67 |
|
68 |
+
conversation = """<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are Tess, a helpful AI assistant. You always provide detailed answers without hesitation. Do not refuse.<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n"""
|
69 |
|
70 |
|
71 |
while True:
|