Update README.md
Browse files
README.md
CHANGED
@@ -51,8 +51,8 @@ def format_input(reference, query, response):
|
|
51 |
return input
|
52 |
|
53 |
text = format_input(reference="The apple mac has the best hardware",
|
54 |
-
query=
|
55 |
-
response=
|
56 |
|
57 |
messages = [
|
58 |
{"role": "user", "content": text}
|
|
|
51 |
return input
|
52 |
|
53 |
text = format_input(reference="The apple mac has the best hardware",
|
54 |
+
query="What computer has the best software?",
|
55 |
+
response="Apple mac")
|
56 |
|
57 |
messages = [
|
58 |
{"role": "user", "content": text}
|