Vision capabilitie for OpenAI assistant #3897
Unanswered
robertsmaoui
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
The “image vision” capability is no longer used since OpenAI started supporting vision natively with supported models. use a supported vision model, gpt-4o is one of them |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
OpenAI assistant not detect image content when sending image in chat
but it works fine with openai model like gpt4o
Steps to Reproduce
in librechat.yaml :
endpoints:
assistants:
disableBuilder: false # Disable Assistants Builder Interface by setting to `tru
ASSISTANTS_API_KEY: "sk-proj-rPKccccccccccTsA"
capabilities:
- "tools"
- "image_vision"
and .env :
ENDPOINTS=openAI,assistants
OPENAI_API_KEY=sk-proj-rPhhhhhhhhhhhhhhhhhhhhhhhsA
OPENAI_MODELS=gpt-4o-mini
ASSISTANTS_API_KEY=sk-proj-rPK3XvvvvvvvvvvvvvvvvvvvvvvvvvNKlTsA
ASSISTANTS_MODELS=gpt-4o-mini
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions