Skip to content

Commit b4162e0

Browse files
authored
Merge pull request #270 from francisrafal/patch-1
Fix Typo In Stored Completions Example
2 parents 3048f75 + b0226f2 commit b4162e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,

0 commit comments

Comments
 (0)