You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the guide (https://github.com/microsoft/promptflow/tree/main/examples/tutorials/flow-deploy/docker) to deploy the flow with docker, but failed on the last step, why the endpoint is ended with /score? I didn't see any configuration about this? Is this a flow name or something else? what if I had more than one flow in the source folder?
I am following the guide (https://github.com/microsoft/promptflow/tree/main/examples/tutorials/flow-deploy/docker) to deploy the flow with docker, but failed on the last step, why the endpoint is ended with /score? I didn't see any configuration about this? Is this a flow name or something else? what if I had more than one flow in the source folder?
curl http://localhost:8080/score --data '{"url":"https://play.google.com/store/apps/details?id=com.twitter.android"}' -X POST -H "Content-Type: application/json"
The text was updated successfully, but these errors were encountered: