feat: Add config based template to query function (#177)

This commit is contained in:
Anupam Singh
2023-07-07 17:56:43 +05:30
committed by GitHub
parent 90d5b1a800
commit 6a61fd38c3
3 changed files with 38 additions and 10 deletions

View File

@@ -317,7 +317,9 @@ This section describes all possible config options.
#### **Query Config**
*coming soon*
|option|description|type|default|
|---|---|---|---|
|template|custom template for prompt|Template|Template("Use the following pieces of context to answer the query at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer. \$context Query: $query Helpful Answer:")|
#### **Chat Config**