-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Custom OpenAI provider: Handshake failed with status: 400 #76
Comments
You're welcome! |
Thanks for including the logs. I checked the code and you're right, the url is split up and the endpoint you provided is ignored. For now there is nothing you can do about this but I have already changed this and it will be in the next version. If you want, you can help test the beta and give feedback. |
I have pushed v1.3 beta 2. If you want to test it and provide feedback that would be much appreciated. You can find the full changelog here: https://github.com/valentinfrlch/ha-llmvision/releases/tag/v1.3-beta.2 |
@valentinfrlch, Thank you for the prompt resolution of the problem! Yes, I will definitely install the second pre-release beta today, conduct testing, and provide feedback. |
Thank you! Everything works great with the Blueprint from the second branch. I'll wait for new versions and test further. |
Thats great to hear! I have seen the blueprint you attached before and have been in contact with the developer. Maybe he'd be interested in adding LLM Vision support in his blueprint as it is quite a bit more advanced than what the llmvision blueprint currently is. Also: Have you had a chance to test the 'remember' feature yet? It's the biggest change/addition in this release and I haven't heard from others how well it works yet. Would be great to get some feedback before the launch. |
Closing this as it appears to be fixed in v1.3. Feel free to reopen this, should you experience this issue again. |
Helo! I just wanted to express my heartfelt thanks for the incredible work you’ve done!
I am trying to connect to the OpenAI proxy, i.e., setting up the integration through “Configure Custom OpenAI provider,” but in the logs, I always see:
I can't understand what the error is, as a standard, OpenAI-compatible authorization method is being used.
Here’s an example curl:
Additionally, everything works fine with the official OpenAI library for Python:
I would appreciate any help. Thank you in advance!
The text was updated successfully, but these errors were encountered: