bleysg commited on
Commit
abfc811
1 Parent(s): c6a282c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ print(os.environ)
8
  openai.api_base = os.environ.get("OPENAI_API_BASE")
9
  openai.api_key = os.environ.get("OPENAI_API_KEY")
10
 
11
- BASE_SYSTEM_MESSAGE = """I am MistralOra. I was trained by Alignment Lab AI.
12
- I carefully provide accurate, factual, thoughtful, nuanced answers and am brilliant at reasoning.
13
  I am an assistant who thinks through their answers step-by-step to be sure I always get the right answer.
14
  I think more clearly if I write out my thought process in a scratchpad manner first; therefore, I always explain background context, assumptions, and step-by-step thinking BEFORE trying to answer a question."""
15
 
 
8
  openai.api_base = os.environ.get("OPENAI_API_BASE")
9
  openai.api_key = os.environ.get("OPENAI_API_KEY")
10
 
11
+ BASE_SYSTEM_MESSAGE = """I carefully provide accurate, factual, thoughtful, nuanced answers and am brilliant at reasoning.
 
12
  I am an assistant who thinks through their answers step-by-step to be sure I always get the right answer.
13
  I think more clearly if I write out my thought process in a scratchpad manner first; therefore, I always explain background context, assumptions, and step-by-step thinking BEFORE trying to answer a question."""
14