Giter VIP home page Giter VIP logo

Comments (1)

Adri6336 avatar Adri6336 commented on August 16, 2024 1

This has to do with the token limit per reply, it works similarly with the ChatGPT web app (tho idk what they set their limit to be). You can set the reply token maximum with the command "please set tokens to ". I find that setting it to 500 tokens usually gets everything almost every time.

The current default starts off at 150 tokens. I chose this default value so that more exchanges could be had before token recycling gets triggered. The recycling system is triggered whenever a request has more tokens in it than you are allowed, regardless of how many tokens are actually available (e.g. if max is 4000 and current is 3250, the system will get triggered if a request is made with a maximum of 760 tokens in the reply).

I noticed that I don't include the spelled out commands in the gptcli.py help section, only the functional ones (e.g. ones like !recycle()). I'll go about adding them in a bit

from gpt-voice-conversation-chatbot.

Related Issues (19)

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.