Export code to WordPress Complication

Hello Community,

I am unable to add an export code to my WordPress website. I’ve created a playground configuration. I copied the Chatbot configuration code and I pasted the code to my website. here is the error message → Updating failed. The response is not a valid JSON response.
Here is the code.
“”"
curl https://api.openai.com/v1/engines/davinci/completions \

-H “Content-Type: application/json” \

-H "Authorization: Bearer My API \

-d ‘{“prompt”: “This is a test”, “max_tokens”: 5}’
“”"

Hi @coreyhubbard. Did you get any help with your question? I too am struggling with integrating gpt-3 with wordpress.