Giter Club home page Giter Club logo

Comments (5)

shahrukhx01 avatar shahrukhx01 commented on May 20, 2024

@sarperdag It seems you are starting another conversation in the existing session. In that case, you can just explicitly initiate a new chat session by not sending the conversation_id, and in the response you'd receive a new conversation_id for the new session. Then the subsequent messages can be sent to the new session. You can also get rid of the older sessions in the following way:

memory_manager.remove_conversation(Memory(conversation_id="1"))

from chatgpt-memory.

sarperdag avatar sarperdag commented on May 20, 2024

Thanks but I think I wasn't able to explain the problem clearly. Here's a screenshot of what's happening. The conversation id is 1, I'm just starting the conversation, redis db is totally empty, and I'm getting this as the response.

2886e273-e49b-49d5-9898-383898b99a3e

from chatgpt-memory.

shahrukhx01 avatar shahrukhx01 commented on May 20, 2024

@sarperdag, it seems like it this problem is occurring since you appended an additional prompt template and we already have a fixed prompt template. If you'd like to change the prompt template to yours you can do so by modifying the get_prompt utility function. Please do let us know if this resolves this behavior.

from chatgpt-memory.

sarperdag avatar sarperdag commented on May 20, 2024

Nope, I'm modifying the prompt template under the get_prompt function. There is no additional prompt I'm appending. The issue occurs randomly, like 20% of the time. Not always.

from chatgpt-memory.

shahrukhx01 avatar shahrukhx01 commented on May 20, 2024

@sarperdag I suspect this could be occurring due to how the prompt is formulated, maybe rephrasing it somehow might help it.

from chatgpt-memory.

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.