-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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 knowledge cutoff date to prompt #758
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel this probably needs benchmarking - is it useful to the AI to know, or is it purely something that OpenAI added so the users are made aware of limitations.
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
2 similar comments
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
Any evidence that this improves Auto-GPT's performance? |
Closing as stale. Feel free to bump, respond or ping me on Discord if you want to discuss further. |
Background
This change was made to the
ai_config.py
file #185. However, based on a suggestion, the knowledge cutoff was directly added to theprompt.txt
file. This aims to provide metadata to the AI, enhancing its search coordination and thought processes.Changes
A single line was added on top of
prompt.txt
file. The line added isKnowledge Cutoff Date: Please remember that your knowledge and information are accurate and up-to-date as of September 2021. Please use this information to better coordinate your searches and thoughts.
Documentation
Unfortunately, no documentation is made.
Test Plan
No test was conducted.
PR Quality Checklist