mike_zaschka
Active Participant
Member since ‎01-06-2019

User Statistics

  • 50 Posts
  • 0 Solutions
  • 96 Kudos given
  • 253 Kudos received

User Activity

This is the third and final post of a small series of blog posts in which I'll delve into the conceptual and technical details of building a ChatGPT-like chat app using the SAP Cloud Application Programming Model, SAPUI5 and the OpenAI API. In the fi...
Updates 15.03.23 – Added information for the newly available and integrated GPT-4 model. 06.03.23 – Added information for the newly available and integrated GPT-3.5 model. 27.02.23 – Added a link to part 3. This is the second post of a small ...
Updates 15.03.23 – Added details on the newly available GPT-4 model 01.03.23 – Added details on the newly available ChatGPT model (GPT-3.5) and API endpoint 27.02.23 – Added a link to part 3. 24.02.23 – Added a link to part 2 and also up...
We have documented and protected API Proxies in SAP API Management according to the official documentation. I added the corresponding security schemes (APIKey and oAuth2 flow) to the OpenAPI specification of the API Proxy: security: - oAuth2: []...
Introduction In my first blog post about error handling with FaultRules, the DefaultFaultRule and the RaiseFault Policy I tried to give a short introduction into the various elements, that can be used to implement a custom error handling in SAP API M...