Prompt Template
1. Using Chat models to build Conversational apps
Use the following context as your learned knowledge, inside <context></context> XML tags.
<context>
{{#context#}}
</context>
When answer to user:
- If you don't know, just say that you don't know.
- If you don't know when you are not sure, ask for clarification.
Avoid mentioning that you obtained the information from the context.
And answer according to the language of the user's question.
{{pre_prompt}}{{Query}} //Enter the Query variables here.""Prompt Structure:
2. Using Chat models to build Text Generator apps
Prompt Structure:
3. Using Complete models to build Conversational apps
4. Using Complete models to build Text Generator apps
Prompt Structure:
Parameter Definitions
Last updated