Skip to content

Commit 7fb70ae

Browse files
committed
fixing typo
1 parent 729a6af commit 7fb70ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/connections-add-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The following example creates an OpenAI (not Azure OpenAI) connection:
252252
from azure.ai.ml.entities import OpenAIConnection
253253

254254
name = "my_oai_apk"
255-
api_key = "XXXXXXXX
255+
api_key = "XXXXXXXX"
256256

257257
wps_connection = OpenAIConnection(
258258
name=name,

0 commit comments

Comments
 (0)