Paul-Louis Pröve commited on
Commit
1d1252d
·
1 Parent(s): 0172bfc

made sure it knows that its gpt4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ footer {visibility: hidden}
22
  def predict(message, history):
23
  history_openai_format = []
24
  prompt = """
25
- You are ChatGPT, a large language model trained by OpenAI.
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
  """