From 7dde7ac26ddcb679e0429fed1b6f751c1ffab1fb Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Thu, 8 Jun 2023 18:11:29 +0000 Subject: [PATCH] Same with en-dash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46be5c5..fe572f8 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ print(llm_chain.predict(instruction="Explain to me the difference between nuclea Example predicting using an instruction with context: ```python -context = """George Washington (February 22, 1732[b] – December 14, 1799) was an American military officer, statesman, +context = """George Washington (February 22, 1732[b] - December 14, 1799) was an American military officer, statesman, and Founding Father who served as the first president of the United States from 1789 to 1797.""" print(llm_context_chain.predict(instruction="When was George Washington president?", context=context).lstrip())