chore: release v1.110.0

This commit is contained in:
Jim Liu 宝玉
2026-04-21 15:15:19 -05:00
parent f8e434d2a0
commit a4bd37c390
13 changed files with 238 additions and 53 deletions
@@ -46,7 +46,7 @@ export function getDefaultModel(): string {
}
}
return process.env.AZURE_OPENAI_IMAGE_MODEL || "gpt-image-1.5";
return process.env.AZURE_OPENAI_IMAGE_MODEL || "gpt-image-2";
}
function getEndpoint(): AzureEndpoint {