Skip to content

yebing233/clewd

This branch is 1 commit ahead of, 28 commits behind teralomaniac/clewd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a944bde · Dec 12, 2023
Dec 12, 2023
Dec 12, 2023
Nov 21, 2023
Dec 12, 2023
Oct 8, 2023
Nov 23, 2023
Oct 8, 2023
Dec 12, 2023
Oct 8, 2023
Dec 11, 2023
Dec 12, 2023
Nov 24, 2023
Oct 8, 2023
Oct 8, 2023
Oct 8, 2023
Oct 8, 2023

Repository files navigation

Clewd

原版Clewd

Clewd教程(必读)

Clewd修改版及教程禁止转发任何包含收费项目的群组/论坛或用于收费项目


Requirements

Defaults

SettingName: (DEFAULT)/opt1/opt2...

  • Superfetch: (true)/false

    • true will use an alternate method to get past the We are unable to serve your request error
    • false won't use this method and you may get the error again
  • PreventImperson: (false)/true

    • true trims the bot reply immediately if he says "Human:", "Assistant:", "H:" or "A:"
    • making it so it doesn't hallucinate speaking as you (chance of missing some spicy things)
  • PromptExperiments: (true)/false

    • true is an alternative way to send your prompt to the AI
    • experiment before setting to false
  • RetryRegenerate: (false)/true

    • true uses the AI's own retry mechanism when you regenerate on your frontend
    • instead of a new conversation
    • experiment with it
  • SystemExperiments: (true)/false

    • only has any effect when RenewAlways is false
    • true alternates between Main+JB+User and JB+User
    • false doesn't alternate
  • RenewAlways: (true)/false

    • true makes a new conversation context each time
    • false tries to reutilize the same old conversation, sending only your actual last message each time, taking into consideration SystemExperiments
  • StripAssistant: (false)/true

    • true strips the "Assistant:" prefix from the last assistant message
    • (check your log.txt to see where it is being stripped, not the same as pre 3.0)
  • StripHuman: (false)/true

    • true strips the "Human:" prefix from the last human message
  • AllSamples: (false)/true

    • mutually exclusive with NoSamples
    • true converts all real dialogue to "sample dialogue" except the last Assistant and Human
    • you're "H" and the AI is "A"
    • whatever the AI replies with is kept (only outgoing)
    • see this for more information
    • Human->H
    • Assistant->A
  • NoSamples: (false)/true

    • mutually exclusive with AllSamples
    • true converts all "sample dialogue" to real dialogue
    • you're "Human" and the AI is "Assistant"
    • whatever the AI replies with is kept (only outgoing)
    • see this for more information
    • H->Human
    • A->Assistant
  • LogMessages: (false)/true

    • true logs prompt and reply to log.txt
  • ClearFlags: (false)/true

    • possibly snake-oil
    • clears your warnings
  • PassParams: (false)/true

    • true will send the temperature you set on your frontend
    • only values under <=1.0 >= 0.1
    • this could get your account banned
    • if clewd stops working, set to false
  • PreserveChats: (false)/true

    • true prevents the deletion of old chats at any point

Examples

safe setup

PreventImperson: false (higher chance of spicy stuff)

RenewAlways: true


experimental setup

PromptExperiments: true

SystemExperiments: true

RetryRegenerate: true

PreventImperson: true

RenewAlways: false

AllSamples: true

StripAssistant: true (add prefill to jailbreak in this case)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • Other 2.9%