Commit
·
e13188b
1
Parent(s):
249613c
Initial
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
73 |
model.eval()
|
74 |
|
75 |
messages = [
|
76 |
-
{"role": "system", "content": "You are a
|
77 |
{"role": "user", "content": "Give me a quick example of bubble sort in Python."}
|
78 |
]
|
79 |
|
|
|
73 |
model.eval()
|
74 |
|
75 |
messages = [
|
76 |
+
{"role": "system", "content": "You are a Python programmer."},
|
77 |
{"role": "user", "content": "Give me a quick example of bubble sort in Python."}
|
78 |
]
|
79 |
|