You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/apis/fai/openapi.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6261,6 +6261,21 @@
6261
6261
],
6262
6262
"description": "The model to use for the chat completion"
6263
6263
},
6264
+
"max_tokens": {
6265
+
"anyOf": [
6266
+
{
6267
+
"type": "integer",
6268
+
"maximum": 1000.0,
6269
+
"minimum": 100.0
6270
+
},
6271
+
{
6272
+
"type": "null"
6273
+
}
6274
+
],
6275
+
"title": "Max Tokens",
6276
+
"description": "The maximum number of tokens to generate. Defaults to 1000. Note: setting a token count lower than 400 may result in incomplete responses. You can add a custom system prompt to let the model know the maximum token count it can use.",
0 commit comments