|
46 | 46 | displayName: ChatGPT, chatgpt
|
47 | 47 | - name: Completions
|
48 | 48 | href: ./how-to/completions.md
|
49 |
| - - name: Switching endpoints |
| 49 | + - name: OpenAI vs Azure OpenAI (Python) |
50 | 50 | href: ./how-to/switching-endpoints.md
|
51 | 51 | - name: Work with code (Codex)
|
52 | 52 | href: ./how-to/work-with-code.md
|
@@ -92,12 +92,16 @@ items:
|
92 | 92 | items:
|
93 | 93 | - name: REST API (completions & embeddings)
|
94 | 94 | href: reference.md
|
95 |
| - - name: REST API (completions & embeddings) swagger |
96 |
| - href: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/inference/stable/2022-12-01/inference.json |
97 |
| - - name: REST API (authoring & deployment) |
98 |
| - href: /rest/api/cognitiveservices/azureopenaistable/deployments/create |
99 |
| - - name: REST API (authoring & deployment) swagger |
100 |
| - href: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/data-plane/AzureOpenAI/authoring/stable/2022-12-01/azureopenai.json |
| 95 | + - name: REST API (fine-tuning) |
| 96 | + href: /rest/api/cognitiveservices/azureopenaistable/fine-tunes |
| 97 | + - name: REST API (Resource creation & deployment) |
| 98 | + href: /rest/api/cognitiveservices/accountmanagement/deployments/create-or-update?tabs=HTTP |
| 99 | + - name: .NET |
| 100 | + href: /dotnet/api/azure.ai.openai?view=azure-dotnet-preview |
| 101 | + - name: Java |
| 102 | + href: /java/api/com.azure.ai.openai?view=azure-java-preview&preserve-view=true |
| 103 | + - name: JavaScript |
| 104 | + href: /javascript/api/@azure/openai/?view=azure-node-preview&preserve-view=true |
101 | 105 | - name: Resources
|
102 | 106 | items:
|
103 | 107 | - name: Support and help options
|
|
0 commit comments