Uncensured
To disable any censorship in the Assistant, use the uncensored
argument.
from zerogpt import Client
client = Client()
print(client.send_message('Hello', uncensored=True))
Note: Using uncensored
formally disables censorship, but there may be instances where the Assistant refuses to respond due to the context. This occurs infrequently.
Last updated
Was this helpful?