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",