<h4 data-i18n="Include Body Parameters">Include Body Parameters</h4>
5
<textarea id="custom_include_body" class="flex1" placeholder="Parameters to be included in the Chat Completion request body (YAML object) Example: top_k: 20 repetition_penalty: 1.1" data-i18n="[placeholder]custom_include_body_desc"></textarea>
6
</div>
7
<div class="flex1 flex-container flexFlowColumn">
8
<h4 data-i18n="Exclude Body Parameters">Exclude Body Parameters</h4>
9
<textarea id="custom_exclude_body" class="flex1" placeholder="Parameters to be excluded from the Chat Completion request body (YAML array) Example: - frequency_penalty - presence_penalty" data-i18n="[placeholder]custom_exclude_body_desc"></textarea>