Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to prepend a set of instructions with each chat requests #144

Open
chasebank87 opened this issue Jun 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@chasebank87
Copy link

Feature Area

Prompt

Painpoint

Several "Issues"

  1. Would like the model to know who I am. If we could add "prompt instructions" we could tell it
  2. Would like the model to know the actual current date so that it could better answer questions when asked things about yesterday or tomorrow (this would require datetime or something else in python to pull the current date and include it in the prompt

Describe your idea

Right now when I ask it what did "John" say in yesterdays meeting it gets the correct contextual data from the vectorstore but will usually not answer correctly because it doesnt know the actual current date. It would be nice if it did.

Right now when I ask it what did I say in my last meeting with this company, it may not always know who I refers to. It would be nice if we could setup static prompts that are always sent with requests so it knows who I am

Alternatives

No response

Additional Context

No response

@chasebank87 chasebank87 added the enhancement New feature or request label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants