Skip to content

Commit f2e7a79

Browse files
Update README.md
1 parent 33ecfd3 commit f2e7a79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ product_review = "give me a short, bad product review about a tv"
9797
response = llm.chat(f"Is this review good or bad? Reply only with 'good' or 'bad': {product_review}").strip().lower()
9898

9999
if response == "good":
100-
print("good review")
100+
print("good review")
101101
else:
102-
print("bad review")
102+
print("bad review")
103103
```
104104

105105
<br/>

0 commit comments

Comments
 (0)