Daemontatox commited on
Commit
737d2cf
·
verified ·
1 Parent(s): 7bf6caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -17,22 +17,7 @@ from transformers import (
17
 
18
  MODEL_ID = "unsloth/QwQ-32B-unsloth-bnb-4bit"
19
 
20
- DEFAULT_SYSTEM_PROMPT = """
21
-
22
- you are a deep thinking model , Think step by step and explain your reasoning clearly. Break down the problem into logical components, verify each step, and ensure consistency before arriving at the final answer.
23
-
24
- For complex reasoning tasks, you can enhance it with:
25
-
26
- If there are multiple possible solutions, consider each one before selecting the best answer.
27
-
28
- Use intermediate calculations and justify each step before proceeding.
29
-
30
-
31
- If relevant, include real-world analogies to improve clarity.
32
-
33
- Include your Answer in /boxed{answer}
34
-
35
- """
36
 
37
  CSS = """
38
  .gr-chatbot { min-height: 500px; border-radius: 15px; }
 
17
 
18
  MODEL_ID = "unsloth/QwQ-32B-unsloth-bnb-4bit"
19
 
20
+ DEFAULT_SYSTEM_PROMPT = """"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  CSS = """
23
  .gr-chatbot { min-height: 500px; border-radius: 15px; }