Skip to content

Commit 4b18059

Browse files
mikhailstainless-app[bot]
authored andcommitted
fix(azure): add /images/edits to deployments endpoints (#1509)
* Add /images/edits to AzureOpenAI deployments endpoints
1 parent 0e4b982 commit 4b18059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ const _deployments_endpoints = new Set([
772772
'/audio/translations',
773773
'/audio/speech',
774774
'/images/generations',
775+
'/images/edits',
775776
]);
776777

777778
const API_KEY_SENTINEL = '<Missing Key>';

0 commit comments

Comments
 (0)