From db919d3b116ee9a8229659e09212d90ccd4866f5 Mon Sep 17 00:00:00 2001 From: Daryl Neubieser Date: Sun, 18 Feb 2024 16:25:26 -0800 Subject: [PATCH] Revert "Add instance_id param to chat completions" This reverts commit 1d1e8eab16ecb7a1425cb579b717d6ef765412ff. --- openapi.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index a1f56541..04d8e095 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5817,11 +5817,6 @@ 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