Skip to content

[FEAT] Save each message and pass it as another user message to give the bot more context #31

@Iheuzio

Description

@Iheuzio

Is your feature request related to a problem? Please describe.
Right now, the openai api only recognizes a single instance of a conversation, rather than its entirety. This can be fixed by storing their results and the question in an array.

Describe the solution you'd like
The openai model should have a thread of conversations as an array
image

  • passing an array of each conversation and appending it to the model should be an easy solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions