From 8bdd8680d98926afa48842122577475e098158e1 Mon Sep 17 00:00:00 2001 From: box-apimgmt <142984025+box-apimgmt@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:11:03 +0100 Subject: [PATCH] fix: update ai model examples (#493) --- openapi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi.json b/openapi.json index 8743c706..f749d2d7 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2.0.0", - "x-box-commit-hash": "47302f38a3" + "x-box-commit-hash": "e2318a7194" }, "servers": [ { @@ -24288,7 +24288,7 @@ "schema": { "type": "string" }, - "example": "openai__gpt_3_5_turbo" + "example": "azure__openai__gpt_4o_mini" } ], "responses": { @@ -24592,7 +24592,7 @@ "model": { "description": "The model used for the AI agent for basic text. For specific model values, see the [available models list](g://box-ai/supported-models).", "type": "string", - "example": "azure__openai__gpt_3_5_turbo_16k" + "example": "azure__openai__gpt_4o_mini" }, "num_tokens_for_completion": { "description": "The number of tokens for completion.", @@ -24749,7 +24749,7 @@ "model": { "description": "The model used for the AI agent for calculating embeddings.", "type": "string", - "example": "openai__text_embedding_ada_002" + "example": "azure__openai__text_embedding_ada_002" }, "strategy": { "type": "object", @@ -24791,7 +24791,7 @@ "model": { "description": "The model used for the AI agent for calculating embeddings.", "type": "string", - "example": "openai__text_embedding_ada_002" + "example": "azure__openai__text_embedding_ada_002" }, "strategy": { "type": "object",