Skip to content

Commit

Permalink
fix: update ai model examples (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Jan 10, 2025
1 parent 49a48ce commit 8bdd868
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -24288,7 +24288,7 @@
"schema": {
"type": "string"
},
"example": "openai__gpt_3_5_turbo"
"example": "azure__openai__gpt_4o_mini"
}
],
"responses": {
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8bdd868

Please sign in to comment.