Hacker News new | ask | show | jobs
by evilduck 505 days ago
I can't connect to any remote models without allowing the app to connect to the domain "syntheticco.blob.core.windows.net". Blocking this prevents any API connection from functioning. Why are you sending something to Microsoft's blob storage?
1 comments

We pull the list of available models from that URL! Not sending anything, just fetching so we can display an up-to-date list of models.

This the URL that we fetch: https://syntheticco.blob.core.windows.net/onit/models.json

Fair enough, thanks for the fast reply!