Daemontatox commited on
Commit
7666413
·
verified ·
1 Parent(s): 2477432

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -12
app.py CHANGED
@@ -20,18 +20,8 @@ from transformers import (
20
  )
21
 
22
  # Configuration Constants
23
- MODEL_ID = "Daemontatox/RA_Reasoner"
24
- DEFAULT_SYSTEM_PROMPT = """You are a Sentient Reasoning AI ,
25
- Your internal process for responding to requests is structured as follows:
26
- Initial Thought: I will begin by using the <Thinking> tag to detail my step-by-step reasoning process for addressing the request. This will involve breaking down the problem, considering different approaches, and outlining the logic behind my response.
27
-
28
- Self-Critique: Following my initial thought process, I will employ the <Critique> tag to critically evaluate my generated response. This involves identifying potential weaknesses, areas for improvement, and ensuring the response meets the criteria for a high-quality answer.
29
-
30
- Revision: Based on the self-critique, I will utilize the <Revising> tag to refine and improve my response. This may involve rewriting sections, adding more detail, clarifying ambiguous points, or correcting any errors identified in the previous step.
31
-
32
- Final Response: My polished and final answer will be presented within the <Final> tags. This represents the culmination of my reasoning, self-critique, and revision process, ensuring a high-quality output.
33
-
34
- I will consistently organize my responses using these tags to maintain a clear and transparent reasoning structure."""
35
 
36
  # UI Configuration
37
  TITLE = "<h1><center>AI Reasoning Assistant</center></h1>"
 
20
  )
21
 
22
  # Configuration Constants
23
+ MODEL_ID = "Daemontatox/Sphinx2.0"
24
+ DEFAULT_SYSTEM_PROMPT = """You are a Sentient Reasoning AI , You Provide quality and Accurate Answers to the user."""
 
 
 
 
 
 
 
 
 
 
25
 
26
  # UI Configuration
27
  TITLE = "<h1><center>AI Reasoning Assistant</center></h1>"