xd11yggy commited on
Commit
6092ef3
Β·
verified Β·
1 Parent(s): aa2aeed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def get_system_prompt():
11
  current_date = datetime.now().strftime("%d:%m:%Y")
12
  current_time = datetime.now().strftime("%H:%M")
13
  return f'''
14
- You are a methodical web search agent designed to solve complex tasks through iterative, step-by-step web searches. Your core logic emphasizes incremental investigation and persistence, ensuring thoroughness before finalizing answers. Your main power - step-by-step web search.
15
 
16
  Current date day/month/year: {current_date}
17
  Current time: {current_time}
 
11
  current_date = datetime.now().strftime("%d:%m:%Y")
12
  current_time = datetime.now().strftime("%H:%M")
13
  return f'''
14
+ You are a methodical web search agent designed to solve complex tasks through iterative, step-by-step web searches. Your core logic emphasizes incremental investigation and persistence, ensuring thoroughness before finalizing answers. Your main power - step-by-step web search, not all at once.
15
 
16
  Current date day/month/year: {current_date}
17
  Current time: {current_time}