Git Product home page Git Product logo

Comments (11)

brucepro avatar brucepro commented on September 17, 2024

What model? Sometimes for my agent it inserts the memories into the conversation when it wants to cite them. The stopping strings should prevent most of it, maybe they are not being set.

from memoir.

Kafkanistan avatar Kafkanistan commented on September 17, 2024

I use TheBlokes Yi-34B-GGUF

from memoir.

brucepro avatar brucepro commented on September 17, 2024

On line 94 of scripty.py you can adjust the stopping strings. You can add Add [DTime into it but the agent will still get around it by just using the date such as 2/10 if they want to include those memories into the conversation.
script.py
line 94
state['custom_stopping_strings'] = '"[Augumented Information:","[DateTime=","[24hour Average Polarity Score=","' + str(state["name1"].strip()) + ':",' + state['custom_stopping_strings']

from memoir.

brucepro avatar brucepro commented on September 17, 2024

Ahh I see the bug. I changed the bot prefix string to DateTime but not for just the date string. line 143

from memoir.

Kafkanistan avatar Kafkanistan commented on September 17, 2024

Yey!! I switched over to TheBlocke_Wizard-Vicuna-30B-Uncensored model and it seems to work for now.

from memoir.

brucepro avatar brucepro commented on September 17, 2024

Awesome, please share any other quirks as you find them. Adding the memories into the chat is just part of it. Sometimes the bot will see an old memory and just want to chat about it.

from memoir.

Kafkanistan avatar Kafkanistan commented on September 17, 2024

Is this bug going to be updated? I'm kinda new to all this. as your comment about line 143 didn't make me any smarter lol. I can edit code, but I'm not a coder except maybe 8-bit C64 assembler 👯‍♂️

from memoir.

brucepro avatar brucepro commented on September 17, 2024

Yes I updated the file on the dev repo and published it. If you want you can download script.py from the dev branch and replace it in extensions/Memoir and it will update it.

from memoir.

brucepro avatar brucepro commented on September 17, 2024

You can also check the qdrant points and see if it is forming memories correctly, sometimes it makes wonky memories and you can edit them here: http://localhost:6333/dashboard#/collections Choose your bots name.

from memoir.

Kafkanistan avatar Kafkanistan commented on September 17, 2024

Something funky is happening after I restarted my Text generation web ui.
I ran the pip install upgrade, when trying to launch this thing I get this:;

Screenshot 2024-02-20 223455

from memoir.

brucepro avatar brucepro commented on September 17, 2024

Shouldn't need to run the requirements.txt again. Looks like it doesn't have the rag folder. Are you running the dev or main branch?

from memoir.

Related Issues (20)

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.