-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error with http://llama-adapter.opengvlab.com/ #13
Comments
We've also just become aware that http://llama-adapter.opengvlab.com/ service is currently down. The llama-adapter is a third-party api that we utilize, and unfortunately, we don't have information regarding the reason for the downtime or when it might be resolved. However, with the release of GPT-4V, we believe that you can achieve similar functionality using GPT-4V directly. For more information on how to implement this and for further details, please refer to our latest work and the associated paper available at: https://github.com/PJLab-ADG/GPT-4V-for-AD |
any news regarding the llamma=adapter service? |
thanks. tried changing in CaseReasoning notebook but got an error return IndexError: list index out of range |
Hi, thank you so much for your amazing work! I'm experimenting with the
CaseReasoning
ipynb, where a few weeks ago, it's able to run smoothly locally. Yet now, when I try to runclient = Client("http://llama-adapter.opengvlab.com/")
, it generates an errorValueError: Could not get Gradio config from: http://llama-adapter.opengvlab.com/
And it appears that http://llama-adapter.opengvlab.com/ is now down? Do you happen to know any updates to this? Thank you so much!
The text was updated successfully, but these errors were encountered: