Skip to content

Commit d5b7300

Browse files
authored
Add compliance and chat_template_kwargs to chat completions spec (#185)
1 parent 491cf1d commit d5b7300

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5998,6 +5998,11 @@ components:
59985998
- type: string
59995999
example: 'tool_name'
60006000
- $ref: '#/components/schemas/ToolChoice'
6001+
compliance:
6002+
const: hipaa
6003+
chat_template_kwargs:
6004+
type: object
6005+
additional_properties: true
60016006
safety_model:
60026007
type: string
60036008
description: The name of the moderation model used to validate tokens. Choose from the available moderation models found [here](https://docs.together.ai/docs/inference-models#moderation-models).

0 commit comments

Comments
 (0)