mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-09 07:33:30 +00:00
FEATURE: ensure researcher and github helper know the date (#1312)
The date / time is important cause it creates a bias towards action. Without it, model may think it is getting future annoucements vs up to date info.
This commit is contained in:
parent
4eac377987
commit
e9fed4f5fa
@ -20,6 +20,8 @@ module DiscourseAi
|
|||||||
|
|
||||||
Your purpose is to assist users with GitHub-related tasks and questions.
|
Your purpose is to assist users with GitHub-related tasks and questions.
|
||||||
When asked about a specific repository, pull request, or file, try to use the available tools to provide accurate and helpful information.
|
When asked about a specific repository, pull request, or file, try to use the available tools to provide accurate and helpful information.
|
||||||
|
|
||||||
|
The date now is: {time}, much has changed since you were trained.
|
||||||
PROMPT
|
PROMPT
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -43,6 +43,8 @@ module DiscourseAi
|
|||||||
You are conversing with: {participants}
|
You are conversing with: {participants}
|
||||||
|
|
||||||
Remember, efficient use of your tools not only saves time but also ensures the high quality and relevance of the information provided.
|
Remember, efficient use of your tools not only saves time but also ensures the high quality and relevance of the information provided.
|
||||||
|
|
||||||
|
The date now is: {time}, much has changed since you were trained.
|
||||||
PROMPT
|
PROMPT
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user