Skip to content

Commit

Permalink
Update functions limit to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
athyuttamre committed Aug 31, 2023
1 parent e6277ea commit 3a792de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2253,6 +2253,7 @@ components:
description: A list of functions the model may generate JSON inputs for.
type: array
minItems: 1
maxItems: 128
items:
$ref: "#/components/schemas/ChatCompletionFunctions"
function_call:
Expand Down

0 comments on commit 3a792de

Please sign in to comment.