Skip to content

Commit b0226f2

Browse files
authored
Fix Typo In Stored Completions Example
1 parent 3048f75 commit b0226f2

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)