Add azure.ai.inference samples for chat with images (only applies to gpt-4o model)
Update azure.ai.inference samples to use model="<model-name>" instead of using model_extras, following a new release of the SDK
Add exclude_interactive_browser_credential=False to DefaultAzureCredentials, so browser can open when it needs the developer to manually enter Azure credentials.
model="<model-name>"
instead of usingmodel_extras
, following a new release of the SDKexclude_interactive_browser_credential=False
to DefaultAzureCredentials, so browser can open when it needs the developer to manually enter Azure credentials.