Coder Social home page Coder Social logo

itsaquestion / clewd-x Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teralomaniac/clewd

0.0 0.0 0.0 74.04 MB

clewd修改版 by tera

Home Page: https://rentry.org/teralomaniac_clewd

Shell 0.97% JavaScript 97.17% Batchfile 0.98% Dockerfile 0.88%

clewd-x's Introduction

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

clewd-x's People

Contributors

teralomaniac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.