Skip to content

Commit cf79cff

Browse files
authored
Merge pull request #3187 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 15eaf29 + 65ce7ac commit cf79cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/openai/how-to/stored-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ client = AzureOpenAI(
8888
azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
8989
)
9090

91-
ompletion = client.chat.completions.create(
91+
completion = client.chat.completions.create(
9292

9393
model="gpt-4o", # replace with model deployment name
9494
store= True,

articles/search/vector-search-how-to-create-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Be sure to have a strategy for [vectorizing your content](vector-search-how-to-g
128128
"name": "binary-quantization",
129129
"kind": "binaryQuantization",
130130
"rerankWithOriginalVectors": true,
131-
"defaultOversampling": 10.0,
131+
"defaultOversampling": 10.0
132132
}
133133
],
134134
"algorithms": [

0 commit comments

Comments
 (0)