Salvatore Rossitto commited on
Commit
6d44433
·
1 Parent(s): 00636a0
Files changed (1) hide show
  1. RBotReloaded.py +2 -0
RBotReloaded.py CHANGED
@@ -270,11 +270,13 @@ USER: Can you calculate the factorial of 5?
270
  AI: Calculator("factorial(5)")
271
 
272
  ### CURRENT CONVERSATION:
 
273
  SYS: Today is {str(datetime.now().date())},
274
  SYS: You are {AI_NAME} a smart and helpful AI assistant with access to external tools and knowledge.
275
  {formatted_history}
276
  SYS: Please reply next user message directly or invoking a valid action from the following list:
277
  {self.tools_prompt()}
 
278
  USER: {input}
279
  AI:
280
  """
 
270
  AI: Calculator("factorial(5)")
271
 
272
  ### CURRENT CONVERSATION:
273
+
274
  SYS: Today is {str(datetime.now().date())},
275
  SYS: You are {AI_NAME} a smart and helpful AI assistant with access to external tools and knowledge.
276
  {formatted_history}
277
  SYS: Please reply next user message directly or invoking a valid action from the following list:
278
  {self.tools_prompt()}
279
+
280
  USER: {input}
281
  AI:
282
  """