Abi Raja

Results 442 comments of Abi Raja

Feel free to open a PR

Would be good to have a clean PR that allows for switching between OpenAI and Azure. I have Azure access now so can test it.

@cristianorevil amazing! Will merge it in the next couple of days.

Can you try https://github.com/abi/screenshot-to-code?tab=readme-ov-file#%EF%B8%8F-faqs How can I update the backend host that my front-end connects to? I think the issue might be that your backend is not running at 127.0.0.1...

Yes, go to the backend URL in your browser. It should load a page successfully. If not you have the wrong ip or port.

Your port looks to be 7001 from the logs but instead of using curl, use your web browser to go to that URL.

So your backend is working correctly. Just set the correct URL and it should work: Can you try https://github.com/abi/screenshot-to-code?tab=readme-ov-file#%EF%B8%8F-faqs How can I update the backend host that my front-end connects...

Yes. So if that is working in the browser. The front end should be able to connect to it. Do you see any logs on the backend?