Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gpt4o No Image Input #1027

Open
rizki5411 opened this issue Jul 29, 2024 · 2 comments
Open

Gpt4o No Image Input #1027

rizki5411 opened this issue Jul 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@rizki5411
Copy link

Describe the bug
Gpt4o model just text no image input.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Azure OpenAI
  2. Click on Azure OpenAI Studio dan Deploy to a new web app
  3. Build Success
  4. 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
image

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

  1. 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>
  1. 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.

@rizki5411 rizki5411 added the bug Something isn't working label Jul 29, 2024
@singloudly90
Copy link

totally agree. wish to have image input to utilise the gpt-4o model. it could really boost our client usage, and open to lots of new use cases!

@bwitzig-zen
Copy link

as a workaround https://github.com/microsoft/azurechat - was just updated with gpt-4o image upload support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants