We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b989db commit da1174bCopy full SHA for da1174b
4 files changed
docs/http-reference/oaiCompliant/openapi.yaml
@@ -129,7 +129,7 @@ components:
129
description: Conversation messages (OpenAI chat format)
130
items:
131
$ref: '#/components/schemas/ChatMessage'
132
- max_tokens:
+ max_completion_tokens:
133
type: integer
134
description: Maximum number of tokens to generate
135
default: 256
docs/http-reference/openapi.yaml
@@ -102,10 +102,7 @@ paths:
102
type: object
103
description: Model-specific parameters. See model documentation for details.
104
properties:
105
- min_length:
106
- type: integer
107
- description: Minimum length of the response.
108
- max_length:
+ max_new_tokens:
109
110
description: Maximum length of the response.
111
temperature:
0 commit comments