File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/ai-studio/reference Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ Use the reference section to explore the API design and which parameters are ava
202
202
__ Request__
203
203
204
204
``` HTTP/1.1
205
- POST /chat/completions?api-version=2024-04 -01-preview
205
+ POST /chat/completions?api-version=2024-05 -01-preview
206
206
Authorization: Bearer <bearer-token>
207
207
Content-Type: application/json
208
208
```
@@ -277,7 +277,7 @@ Console.WriteLine($"Response: {response.Value.Choices[0].Message.Content}");
277
277
__ Request__
278
278
279
279
``` HTTP/1.1
280
- POST /chat/completions?api-version=2024-04 -01-preview
280
+ POST /chat/completions?api-version=2024-05 -01-preview
281
281
Authorization: Bearer <bearer-token>
282
282
Content-Type: application/json
283
283
extra-parameters: pass-through
@@ -411,7 +411,7 @@ catch (RequestFailedException ex)
411
411
__ Request__
412
412
413
413
``` HTTP/1.1
414
- POST /chat/completions?api-version=2024-04 -01-preview
414
+ POST /chat/completions?api-version=2024-05 -01-preview
415
415
Authorization: Bearer <bearer-token>
416
416
Content-Type: application/json
417
417
```
@@ -552,7 +552,7 @@ catch (RequestFailedException ex)
552
552
__ Request__
553
553
554
554
``` HTTP/1.1
555
- POST /chat/completions?api-version=2024-04 -01-preview
555
+ POST /chat/completions?api-version=2024-05 -01-preview
556
556
Authorization: Bearer <bearer-token>
557
557
Content-Type: application/json
558
558
```
You can’t perform that action at this time.
0 commit comments