Update README.md
Browse files
README.md
CHANGED
@@ -70,7 +70,9 @@ img_path = hf_hub_download(repo_id=model_path, filename='example.png')
|
|
70 |
conversation = [
|
71 |
{
|
72 |
"role": "system",
|
73 |
-
"content":
|
|
|
|
|
74 |
},
|
75 |
{
|
76 |
"role": "user",
|
|
|
70 |
conversation = [
|
71 |
{
|
72 |
"role": "system",
|
73 |
+
"content": [
|
74 |
+
{"type": "text", "text": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."}
|
75 |
+
]
|
76 |
},
|
77 |
{
|
78 |
"role": "user",
|