mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 21:35:08 +00:00
fix typo in langchain/cookbook/stepback-qa.ipynb (#12204)
This commit is contained in:
parent
87af2360df
commit
9c2c9c5274
@ -11,7 +11,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"Read the paper [here](https://arxiv.org/abs/2310.06117)\n",
|
"Read the paper [here](https://arxiv.org/abs/2310.06117)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"See an excelent blog post on this by Cobus Greyling [here](https://cobusgreyling.medium.com/a-new-prompt-engineering-technique-has-been-introduced-called-step-back-prompting-b00e8954cacb)\n",
|
"See an excellent blog post on this by Cobus Greyling [here](https://cobusgreyling.medium.com/a-new-prompt-engineering-technique-has-been-introduced-called-step-back-prompting-b00e8954cacb)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"In this cookbook we will replicate this technique. We modify the prompts used slightly to work better with chat models."
|
"In this cookbook we will replicate this technique. We modify the prompts used slightly to work better with chat models."
|
||||||
]
|
]
|
||||||
|
@ -181,7 +181,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"To enable use of GPU on Apple Silicon, follow the steps [here](https://github.com/abetlen/llama-cpp-python/blob/main/docs/install/macos.md) to use the Python binding `with Metal support`.\n",
|
"To enable use of GPU on Apple Silicon, follow the steps [here](https://github.com/abetlen/llama-cpp-python/blob/main/docs/install/macos.md) to use the Python binding `with Metal support`.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"In particular, ensure that `conda` is using the correct virtual enviorment that you created (`miniforge3`).\n",
|
"In particular, ensure that `conda` is using the correct virtual environment that you created (`miniforge3`).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"E.g., for me:\n",
|
"E.g., for me:\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user