Skip to content

Commit 84fc31a

Browse files
authored
fix(azure): add /images/edits to deployments endpoints (#1509)
* Add /images/edits to AzureOpenAI deployments endpoints
1 parent 353349d commit 84fc31a

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)