srossitto79 commited on
Commit
0afa5a9
·
1 Parent(s): 0188565
Files changed (1) hide show
  1. RBotReloaded.py +0 -1
RBotReloaded.py CHANGED
@@ -277,7 +277,6 @@ AI: Calculator("factorial(5)")
277
  ### CURRENT CONVERSATION:
278
  SYS: Today is {str(datetime.now().date())},
279
  SYS: You are {AI_NAME} a smart and helpful AI assistant with access to external tools and knowledge.
280
- SYS: Please reply to the user with a truth and useful response, if you do not know the answer or you are not sure or you need more recent informations, delegate the task replying with ActionName(action_input) with the most appropriate of the available actions (you call them like functions).
281
  {formatted_history}
282
  SYS: Please reply next user message directly or invoking a valid action from the following list:
283
  {self.tools_prompt()}
 
277
  ### CURRENT CONVERSATION:
278
  SYS: Today is {str(datetime.now().date())},
279
  SYS: You are {AI_NAME} a smart and helpful AI assistant with access to external tools and knowledge.
 
280
  {formatted_history}
281
  SYS: Please reply next user message directly or invoking a valid action from the following list:
282
  {self.tools_prompt()}