Spaces:
Running
Running
Update app.py
Browse files
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}
|