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

[Bug]: Calls to Azure assitants api with vision capabilities cause api server to crash #4526

Closed
1 task done
thingersoft opened this issue Oct 23, 2024 · 1 comment · Fixed by #4529
Closed
1 task done
Labels
🐛 bug Something isn't working

Comments

@thingersoft
Copy link
Contributor

What happened?

If you configure an Azure assistant with vision capabilities (es: gpt4o) and send it a message with images attached than the api server instantly crashes.
I know knowledge retrieval isn't currently available for Azure assistants but image attachments shouldn't trigger it.

Steps to Reproduce

  1. Configure an Azure assistant with vision capabilities (es: gpt4o)
  2. Send a message to the assistant with an image attached

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Screenshots

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@danny-avila
Copy link
Owner

danny-avila commented Oct 23, 2024

I fixed the crashing behavior, but I'm not sure if this would work correctly as is, since you would specifically need to use gpt-4-vision-preview for this to work. gpt-4o supports vision but it would only work correctly when using azure assistants v2. Currently, it's not planned to integrate V2 in favor of Agents native to LibreChat, through which you could use Azure more intuitively #3607

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

Successfully merging a pull request may close this issue.

2 participants