Skip to content

Commit 553c628

Browse files
Merge pull request #236 from santiagxf/santiagxf-patch-1
Update deploy-models-serverless-connect.md
2 parents fa205db + 575a7ad commit 553c628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/deploy-models-serverless-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Follow these steps to create a connection:
202202
# [Python SDK](#tab/python)
203203
204204
```python
205-
client.connections.create(ServerlessConnection(
205+
client.connections.create_or_update(ServerlessConnection(
206206
name="meta-llama3-8b-connection",
207207
endpoint="https://meta-llama3-8b-qwerty-serverless.inference.ai.azure.com",
208208
api_key="1234567890qwertyuiop"

0 commit comments

Comments
 (0)