To disable responses from the Chat GPT API, you would need to change your API request or configuration.
In most programming languages, you would comment out or remove the lines of code that make the request to the OpenAI API.
Here is an example in Python:
```
Remember that commenting out or removing this code will prevent your application from sending requests to the ChatGPT API, and therefore, it won’t receive any responses from it.
Keep in mind that OpenAI may charge for the usage of their API, so disabling it may reduce costs. However, it’ll also limit the functionality that the ChatGPT model provides to your application.
If you want to keep the communication with the API but filter its responses, you should implement that filtering logic in your own code, after you receive the response from the API.