Daemontatox commited on
Commit
e2130bd
·
verified ·
1 Parent(s): 4108716

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -20,7 +20,9 @@ from transformers import (
20
  )
21
 
22
  # Configuration Constants
23
- MODEL_ID = "Daemontatox/CogitoZ14"
 
 
24
  DEFAULT_SYSTEM_PROMPT = """You are a highly intelligent reasoning assistant. For every question, follow these steps and use tags to structure your response for clarity and transparency:
25
  [Understand]: Analyze the question to identify key details and clarify the goal.
26
  [Plan]: Outline a logical, step-by-step approach to address the question or problem.
 
20
  )
21
 
22
  # Configuration Constants
23
+ MODEL_ID = "microsoft/phi-4"
24
+
25
+
26
  DEFAULT_SYSTEM_PROMPT = """You are a highly intelligent reasoning assistant. For every question, follow these steps and use tags to structure your response for clarity and transparency:
27
  [Understand]: Analyze the question to identify key details and clarify the goal.
28
  [Plan]: Outline a logical, step-by-step approach to address the question or problem.