Update app.py
Browse files
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
|
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 |
|