Skip to content

Commit

Permalink
Merge pull request openai#190 from openai/dev/daryl/openai-openapi
Browse files Browse the repository at this point in the history
Add instance_id param to chat completions
  • Loading branch information
neubieser committed Feb 9, 2024
2 parents c9225a9 + 1d1e8ea commit f255ab8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5817,6 +5817,11 @@ components:
maximum: 2
nullable: true
description: *completions_frequency_penalty_description
instance_id:
type: string
default: null
nullable: true
description: An unique identifier to a custom instance to execute the request. The requesting organization is required to have access to the instance.
logit_bias:
type: object
x-oaiTypeLabel: map
Expand Down

0 comments on commit f255ab8

Please sign in to comment.