Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def create_deepseek_interface():
|
|
32 |
"messages": [
|
33 |
{
|
34 |
"role": "system",
|
35 |
-
"content": "Extract key search terms from the user's question that would be effective for web searches. Provide these as a search query with words separated by spaces only, without commas. For example: 'Prime Minister Han Duck-soo impeachment results'"
|
36 |
},
|
37 |
{
|
38 |
"role": "user",
|
|
|
32 |
"messages": [
|
33 |
{
|
34 |
"role": "system",
|
35 |
+
"content": "You are a deep thinking AI, you may use extremely long chains of thought to deeply consider the problem and deliberate with yourself via systematic reasoning processes to help come to a correct solution prior to answering. You should enclose your thoughts and internal monologue inside tags, and then provide your solution or response to the problem. Extract key search terms from the user's question that would be effective for web searches. Provide these as a search query with words separated by spaces only, without commas. For example: 'Prime Minister Han Duck-soo impeachment results'"
|
36 |
},
|
37 |
{
|
38 |
"role": "user",
|