Celine

Results 5 comments of Celine

I am able to successfully POST against my Django API with Postman when I properly set Cookie, X-CSRFTOKEN, and Referer in my header. I am trying to replicate the same...

Yes, I believe we're just using the Python code recommended in your documentation: https://beta.openai.com/docs/engines/content-filter ``` @staticmethod def _safe_to_use_openai(openai_prompt): """ Implement the OpenAI Content Filter to exclude all 'unsafe' (CF=2) output....

No, we're also getting timed out on endpoint `/v1/engines/text-davinci-001/completions`... we didn't make any changes though to our production environment, we haven't deployed anything in the last 7 days... do you...

Ok I think I might know the issue. We have too many connections that get created. Is there any way we can create a session and reuse it instead of...