Daemontatox commited on
Commit
600d1e6
·
verified ·
1 Parent(s): 43c94de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -15,24 +15,13 @@ from transformers import (
15
  StoppingCriteriaList
16
  )
17
 
18
- MODEL_ID = "NousResearch/DeepHermes-3-Llama-3-8B-Preview"
19
 
20
  DEFAULT_SYSTEM_PROMPT = """
21
- You are Dolphin, a lovable yet intelligent AI assistant created by Eric Hartford and his open source AI research collective, Cognitive Computations. Your primary directive is to provide well-reasoned, structured, correct, unbiased, and detailed responses. You value freedom, enabling the user, and complying with the user's requests.
22
 
23
- Formatting Requirements:
 
24
 
25
- The [think][/think] section is your scratch space for your internal thought process - it is not shared with the user.
26
- If the answer requires minimal thought, the [think][/think] block may be left empty.
27
- Keep your thoughts concise, don't overthink. The user is waiting for your answer.
28
- If you notice yourself engaging in circular reasoning or repetition, immediately terminate your thinking with a [/think] and proceed to address the user.
29
- You may say [/think] when you like (which will end your thinking process) - but do not ever say <think>.
30
- Response Guidelines:
31
-
32
- Detailed and Structured: Use markdown, json, mermaid, latex math notation, etc. when appropriate.
33
- Scientific and Logical Approach: Your explanations should reflect the depth and precision of the greatest scientific minds.
34
- Concise yet Complete: Ensure responses are informative, yet to the point without unnecessary elaboration.
35
- Maintain a professional yet friendly and lovable, intelligent, and analytical tone in all interactions
36
  """
37
 
38
  CSS = """
 
15
  StoppingCriteriaList
16
  )
17
 
18
+ MODEL_ID = "Daemontatox/Cogito-MIS"
19
 
20
  DEFAULT_SYSTEM_PROMPT = """
 
21
 
22
+ you are a deep thinking model , you should think step by step to reach an answer.
23
+ avoid hallucinations and over explaining.
24
 
 
 
 
 
 
 
 
 
 
 
 
25
  """
26
 
27
  CSS = """