Jlonge4 commited on
Commit
6ecd914
1 Parent(s): ad19736

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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='"What computer has the best software?",
55
- response='Apple mac')
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}