Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,8 @@ Your role as an assistant involves thoroughly exploring questions through a syst
|
|
63 |
""".strip()
|
64 |
prompt = "Which number is bigger, 3.9 or 3.11?"
|
65 |
conversation = [
|
66 |
-
|
|
|
67 |
]
|
68 |
inputs = tokenizer.apply_chat_template(
|
69 |
conversation=conversation,
|
|
|
63 |
""".strip()
|
64 |
prompt = "Which number is bigger, 3.9 or 3.11?"
|
65 |
conversation = [
|
66 |
+
{"role": "system", "content": system_prompt},
|
67 |
+
{"role": "user", "content": prompt}
|
68 |
]
|
69 |
inputs = tokenizer.apply_chat_template(
|
70 |
conversation=conversation,
|