Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I am getting this message ({"detail": "Not Found"}) when I try to access the endpoint ( both in browser and in my app). Any hint what am I missing?
@ADinu59,
Apologies for not understanding, what is the endpoint you are attempting to reach?
@ADinu59 , I figured out the correct url to use in postman/code/curl
where you can substitute the model name in the url
some further useful documentation can be found here:
https://microsoft.github.io/azure-openai-service-proxy/raw-api-access/chat-completion/
just beware, the documentation is not up to date. you need the /chat/ bit in the url or it will complain about invalid completion for the model.
Hi @ADinu59 , the endpoint can't be just called like that in the browser. Got to use the correct libraries to use it. try following python code to get started in a fabric notebook: