Closed arthurwolf closed 10 months ago
Hi, @arthurwolf I recommend deploying our model locally in your machine instead of relying on the online API for several reasons. Firstly, the online API is currently serviced as a demo and hosted on a single machine with limited trial support, making it unsuitable for large-scale access. Users may experience delays as they need to queue up after multiple visits. Secondly, the online API only caters to two question types: simple description and detailed description, which may not align with your specific requirements.
Thanks for the answer.
I don't mean to use the demo for large scale use, I mean to use it exactly for what it's meant: a demo...
Deploying the model locally is going to mean a lot of work and a lot of money to spend, I need to know if the model does what I want before I do that. I thought the demo would enable me to do that, and that was the reason why the demo API was exposed...
I got the API to run with this code:
but I get this error:
which I think is due to the page requiring the osprey/osprey password...
could that password be removed so API access can work?
Thanks.