hello, I'm currently doing a relatively new sap tutorial on the ai core and ai lauchpad.
I'm at step where I should do an inference request to the ai proxy. I think im completed all the steps before correctly as I have an application scenarios etc. but now the n I tried to do a request to my proxy I get the following error.
thanks for the help!
Inference result: {'error': 'Resource not found'}
{'_content': b'{"error":"Resource not found"}\n',
'_content_consumed': True,
'_next': None,
'connection': <requests.adapters.HTTPAdapter object at 0x108576c50>,
'cookies': <RequestsCookieJar[]>,
'elapsed': datetime.timedelta(microseconds=228152),
'encoding': 'utf-8',
'headers': {'content-length': '31', 'content-type': 'application /json', 'date': 'Fri, 30 Jun 2023 09:16:49 GMT', 'server': 'istio-envoy', 'x-envoy-upstream-service-time': '118'},
'history': [],
'raw': <urllib3.response.HTTPResponse object at 0x109277730>,
'reason': 'OK',
'request': <PreparedRequest [POST]>,
'status_code': 200,