https://rentry.org/gemini_filters has more info about the more recent filters.

tl;dr: Disable streaming, disable system prompt.

Quick Rundown on Gemini

Access

MakerSuite: https://aistudio.google.com/app/prompts/new_chat

API

Official Docs: https://ai.google.dev/api/generate-content

TL;DR

  • system prompt that's literally just a string in the beginning of the context like with Claude
  • prefills (on newest experimental model)
  • pozzed
If you're using Custom (OpenAI) instead of direct Google MakerSuite/AI Studio configuration:

API connections, then Additional Parameters

Include the text under "Include Body Params"

For convenience UPDATED (new harm category from the api):

safetySettings:
  - category: 'HARM_CATEGORY_HARASSMENT'
    threshold: 'BLOCK_NONE'
  - category: 'HARM_CATEGORY_HATE_SPEECH'
    threshold: 'BLOCK_NONE'
  - category: 'HARM_CATEGORY_SEXUALLY_EXPLICIT'
    threshold: 'BLOCK_NONE'
  - category: 'HARM_CATEGORY_DANGEROUS_CONTENT'
    threshold: 'BLOCK_NONE'
  - category: 'HARM_CATEGORY_CIVIC_INTEGRITY'
    threshold: 'BLOCK_NONE'

Shoutout to Moxxie for spoonfeeding me this.

If you're using AI Studio, in case it wasn't obvious, ST adds that on its own (because regardless of what you're actually doing, denials are bad, and no one ever wants to hit denials on their personal model usage).

Presets for Gemini Experiment

Presets for Gemini PRO Latest/Experiment

  • twin-tail (not much different from what you'll cook on your own in half an hour. Short, sweet.)
  • minnie (the rough equivalent of bashing Gemini's head with a rock. Pick this one if you want to fight the greeting writing and/or the context poisoning with tooth and nails, or are having issues with personality retention (it literally moves the chat history to the beginning of the context at the time of writing))
  • discord jb fillyjb

Streaming

DISABLE STREAMING

Seriously. Just do it.

Contact

Email any presets missing to cognitohazard@riseup.net

Edit
Pub: 02 Aug 2024 16:53 UTC
Edit: 16 Jul 2025 12:16 UTC