From 0df6215d808dd06bc179e87472c48de7c90d48ec Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Fri, 10 Jan 2025 14:08:47 -0800 Subject: [PATCH] Trim trailing whitespace of README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ae6bef16..91e4afedf 100644 --- a/README.md +++ b/README.md @@ -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 """ @@ -186,7 +186,7 @@ structured = generator(prompt, max_tokens=30) print(unstructured) # 8.8.8.8 -# +# # <|im_end|> print(structured)