Parameters

iSiri wishes to assist creators in achieving the most out of the prompt ideas. As the creator, you may set the most suitable environment and adjust the LLM's parameters to control the output better.

ENV (Only in Prompt settings now)

Creators can set the environment for the prompt to produce the best output by adjusting the Memory(Context window), Restriction (Output limitations), and Force quit.

Memory

  • Continuous: All user requests and responses are remembered and processed.

  • No memory: Only the current request is under process.

  • Customize: You can select the length of context window to be processed.

Restriction

  • None: No restrictions, currently only Gemini models support this function (BLOCK_NONE).

  • Adult content: do not output sensitive content involving adultery.

  • Religion: do not output religious content.

  • Stop word: output is terminated when the response contains these words.

  • Customize: use a prompt and another LLM to wrap and screen over the original output.

Force quit

  • Rounds: quit after certain rounds of dialogue

  • Summarize: use a prompt and another LLM to summarize previous rounds of dialogue and generate a final response.

Last updated