From 1d1e8eab16ecb7a1425cb579b717d6ef765412ff Mon Sep 17 00:00:00 2001 From: Daryl Neubieser Date: Fri, 9 Feb 2024 13:12:50 -0800 Subject: [PATCH] Add instance_id param to chat completions --- openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 04d8e095..a1f56541 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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