cguna's picture
query_rewrite (#5)
f088a85 verified
raw
history blame contribute delete
500 Bytes
# Model name string, or null to use whatever is provided in the chat completion request
model: ~
# JSON schema of the model's output
response_format: |
{
"properties": {
"rewritten_question": {
"title": "Rewritten Question",
"type": "string"
}
},
"required": [
"rewritten_question"
],
"title": "QueryRewriteOutput",
"type": "object"
}
transformations: ~
instruction: ~
parameters:
max_completion_tokens: 1024
sentence_boundaries: false