fix spelling

This commit is contained in:
Harrison Chase 2023-06-17 11:06:54 -07:00
parent 5d5298087f
commit 8cfb52ddbb

View File

@ -178,7 +178,7 @@ chain({"input_documents": docs}, return_only_outputs=True)
**Multi input prompt**
You can also use prompt with multi input. In this example, we will use a MapReduce chain to answer specifc question about our code.
You can also use prompt with multi input. In this example, we will use a MapReduce chain to answer specific question about our code.
```python