mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-18 12:58:59 +00:00
Update hyperlink in Custom Prompt Template page (#677)
The current link points to a non-existent page. I've updated the link to match what is on the "Create a custom example selector" page. <img width="584" alt="Screen Shot 2023-01-21 at 10 33 05 AM" src="https://user-images.githubusercontent.com/6773706/213879535-d8f2953d-ac37-448d-9b32-fdeb7b73cc32.png">
This commit is contained in:
parent
3d41af0aba
commit
2f57d18b25
@ -7,7 +7,7 @@ Let's suppose we want the LLM to generate English language explanations of a fun
|
||||
LangChain provides a set of default prompt templates that can be used to generate prompts for a variety of tasks. However, there may be cases where the default prompt templates do not meet your needs. For example, you may want to create a prompt template with specific dynamic instructions for your language model. In such cases, you can create a custom prompt template.
|
||||
|
||||
:::{note}
|
||||
Take a look at the current set of default prompt templates [here](../prompt_templates.md).
|
||||
Take a look at the current set of default prompt templates [here](../getting_started.md).
|
||||
:::
|
||||
<!-- TODO(shreya): Add correct link here. -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user