Fix: Correct typo (#6988)

Description: Correct a minor typo in the docs. @dev2049
pull/7021/head
Paul Grillenberger 1 year ago committed by GitHub
parent b0859c9b18
commit aa37b10b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save