We want to build a workflow where we can:
-call API
-get the json
-using open API edit the json on based of conditions like if the amount is more than 50, add a field of color and value green
When I run a normal prompt in open AI, it gives the following error:
ERROR: Cannot read properties of undefined (reading ‘isAxiosError’)
It looks like we need to update the node as OpenAI no longer has an option for Text Moderate or Edit and they were shut down on January 4th. Instead it looks Chat completion could be the recommended approach.