You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Gpt4o model just text no image input.
To Reproduce
Steps to reproduce the behavior:
Go to Azure OpenAI
Click on Azure OpenAI Studio dan Deploy to a new web app
Build Success
Just text only, no image input or etc
Expected behavior
A website chat gpt with image input
Screenshots
for GPT4o model future just text, no image input
Configuration: Please provide the following
Azure OpenAI model name and version (e.g. 'gpt-35-turbo-16k, version 0613')
Is chat history enabled? Yes
Are you using data? If so, what data source? CosmosDB
Verify the startup command and runtime configuration by showing the output of the following az CLI command:
az webapp show --name <app name> --resource-group <resource group name> --query "{startupCommand: siteConfig.appCommandLine, runtime: siteConfig.linuxFxVersion}"
Logs
If the application deployment is failing, please share the deployment logs using the following az CLI command:
az webapp log deployment show --name <app name> --resource-group <rg name>
If the application is crashing after deployment, please share the application logs using the following az CLI command:
az webapp log tail --name <app name> --resource-group <resource group name>
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Gpt4o model just text no image input.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A website chat gpt with image input
Screenshots
for GPT4o model future just text, no image input
Configuration: Please provide the following
Logs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: