Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ prompt = "최근 겪은 일 중 재밌는 썰좀 풀어줘"
|
|
| 48 |
|
| 49 |
messages = [
|
| 50 |
{"role": "system",
|
| 51 |
-
"content": "You are
|
| 52 |
{"role": "user", "content": prompt}
|
| 53 |
]
|
| 54 |
input_ids = tokenizer.apply_chat_template(
|
|
|
|
| 48 |
|
| 49 |
messages = [
|
| 50 |
{"role": "system",
|
| 51 |
+
"content": "You are a kind and helpful assistant."},
|
| 52 |
{"role": "user", "content": prompt}
|
| 53 |
]
|
| 54 |
input_ids = tokenizer.apply_chat_template(
|