Skip to content

Commit 77e62ee

Browse files
committed
fix tab
1 parent 065531e commit 77e62ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/ai-services/openai/how-to/fine-tuning-deploy.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The **Deploy model** dialog box opens. In the dialog box, enter your **Deploymen
3232
You can monitor the progress of your deployment on the **Deployments** pane in Azure AI Foundry portal.
3333

3434
The UI does not support corss region deployment, while Python SDK or REST supports.
35-
---
3635

3736
## [Python](#tab/python)
3837

@@ -191,7 +190,6 @@ response = requests.put(url, headers=headers, json=payload)
191190
print(f"Status Code: {response.status_code}")
192191
print(f"Response: {response.json()}")
193192
```
194-
---
195193

196194
## [REST](#tab/rest)
197195

@@ -311,7 +309,6 @@ After your custom model deploys, you can use it like any other deployed model. Y
311309

312310
:::image type="content" source="../media/quickstarts/playground-load-new.png" alt-text="Screenshot of the Playground pane in Azure AI Foundry portal, with sections highlighted." lightbox="../media/quickstarts/playground-load-new.png":::
313311

314-
---
315312

316313
## [Python](#tab/python)
317314

@@ -337,7 +334,6 @@ response = client.chat.completions.create(
337334

338335
print(response.choices[0].message.content)
339336
```
340-
---
341337

342338
## [REST](#tab/rest)
343339

0 commit comments

Comments
 (0)