Paul-Louis Pröve
commited on
Commit
·
1d1252d
1
Parent(s):
0172bfc
made sure it knows that its gpt4
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ footer {visibility: hidden}
|
|
22 |
def predict(message, history):
|
23 |
history_openai_format = []
|
24 |
prompt = """
|
25 |
-
You are
|
26 |
Carefully read the user's instructions.
|
27 |
Respond using Markdown.
|
28 |
"""
|
|
|
22 |
def predict(message, history):
|
23 |
history_openai_format = []
|
24 |
prompt = """
|
25 |
+
You are GPT-4, a large language model trained by OpenAI.
|
26 |
Carefully read the user's instructions.
|
27 |
Respond using Markdown.
|
28 |
"""
|