Spaces:
Sleeping
Sleeping
santhoshml
commited on
Commit
•
4894413
1
Parent(s):
2f1ebd3
changing system propmt msgs a little
Browse files- app.py +3 -0
- chainlit.md +1 -1
app.py
CHANGED
@@ -12,10 +12,13 @@ load_dotenv()
|
|
12 |
|
13 |
# ChatOpenAI Templates
|
14 |
system_template = """You are a helpful assistant who always speaks in a pleasant tone!
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
user_template = """{input}
|
18 |
Think through your response step by step.
|
|
|
19 |
"""
|
20 |
|
21 |
|
|
|
12 |
|
13 |
# ChatOpenAI Templates
|
14 |
system_template = """You are a helpful assistant who always speaks in a pleasant tone!
|
15 |
+
Ensure your answer is unbiased and does not rely on stereotypes.
|
16 |
+
If you do not have answer, reply 'I am sorry I am not very knowledgable to answer this question' with a smiley at the end`
|
17 |
"""
|
18 |
|
19 |
user_template = """{input}
|
20 |
Think through your response step by step.
|
21 |
+
Explain in simple english.Explain in simple english.
|
22 |
"""
|
23 |
|
24 |
|
chainlit.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
# Beyond ChatGPT
|
2 |
|
3 |
This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
|
|
|
1 |
+
# Beyond ChatGPT by Santhosh
|
2 |
|
3 |
This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
|