Same with en-dash
Browse files
README.md
CHANGED
@@ -118,7 +118,7 @@ print(llm_chain.predict(instruction="Explain to me the difference between nuclea
|
|
118 |
Example predicting using an instruction with context:
|
119 |
|
120 |
```python
|
121 |
-
context = """George Washington (February 22, 1732[b]
|
122 |
and Founding Father who served as the first president of the United States from 1789 to 1797."""
|
123 |
|
124 |
print(llm_context_chain.predict(instruction="When was George Washington president?", context=context).lstrip())
|
|
|
118 |
Example predicting using an instruction with context:
|
119 |
|
120 |
```python
|
121 |
+
context = """George Washington (February 22, 1732[b] - December 14, 1799) was an American military officer, statesman,
|
122 |
and Founding Father who served as the first president of the United States from 1789 to 1797."""
|
123 |
|
124 |
print(llm_context_chain.predict(instruction="When was George Washington president?", context=context).lstrip())
|