mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-03 18:24:10 +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(
|
||||
person="Elon Musk",
|
||||
example_q="What's your favorite car?",
|
||||
example_a="Telsa",
|
||||
example_a="Tesla",
|
||||
input="What's your favorite social media site?"
|
||||
))
|
||||
```
|
||||
@ -77,7 +77,7 @@ print(pipeline_prompt.format(
|
||||
Here's an example of an interaction:
|
||||
|
||||
Q: What's your favorite car?
|
||||
A: Telsa
|
||||
A: Tesla
|
||||
Now, do this for real!
|
||||
|
||||
Q: What's your favorite social media site?
|
||||
|
Loading…
Reference in New Issue
Block a user