Skip to content

Commit

Permalink
Trim trailing whitespace of README
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer committed Jan 10, 2025
1 parent fc01f25 commit 0df6215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ prompt = """
<|im_end|>
<|im_start|>user
What is an IP address of the Google DNS servers?
What is an IP address of the Google DNS servers?
<|im_end|>
<|im_start|>assistant
The IP address of a Google DNS server is
The IP address of a Google DNS server is
"""

Expand All @@ -186,7 +186,7 @@ structured = generator(prompt, max_tokens=30)

print(unstructured)
# 8.8.8.8
#
#
# <|im_end|>

print(structured)
Expand Down

0 comments on commit 0df6215

Please sign in to comment.