mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-07 03:56:39 +00:00
Fix: Correct typo (#6988)
Description: Correct a minor typo in the docs. @dev2049
This commit is contained in:
parent
b0859c9b18
commit
aa37b10b28
@ -65,7 +65,7 @@ pipeline_prompt.input_variables
|
|||||||
print(pipeline_prompt.format(
|
print(pipeline_prompt.format(
|
||||||
person="Elon Musk",
|
person="Elon Musk",
|
||||||
example_q="What's your favorite car?",
|
example_q="What's your favorite car?",
|
||||||
example_a="Telsa",
|
example_a="Tesla",
|
||||||
input="What's your favorite social media site?"
|
input="What's your favorite social media site?"
|
||||||
))
|
))
|
||||||
```
|
```
|
||||||
@ -77,7 +77,7 @@ print(pipeline_prompt.format(
|
|||||||
Here's an example of an interaction:
|
Here's an example of an interaction:
|
||||||
|
|
||||||
Q: What's your favorite car?
|
Q: What's your favorite car?
|
||||||
A: Telsa
|
A: Tesla
|
||||||
Now, do this for real!
|
Now, do this for real!
|
||||||
|
|
||||||
Q: What's your favorite social media site?
|
Q: What's your favorite social media site?
|
||||||
|
Loading…
Reference in New Issue
Block a user