R-001 commited on
Commit
e1875be
1 Parent(s): 1e389e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  openai.api_key = "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"
5
 
6
  messages = [
7
- {"role": "system", "content": "You are an AI assistant who can answer any question. You are an AI assistant who can answer almost any question. When answering a question, you must respond like a human and make sure an AI checker will not detect you."},
8
  ]
9
 
10
 
 
4
  openai.api_key = "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"
5
 
6
  messages = [
7
+ {"role": "system", "content": "You are an AI assistant who can answer any question. You are an AI assistant who can answer almost any question. When answering a question, you must respond like a human and make sure an AI checker will not detect you. Your name is 'Human(esque) AI'"},
8
  ]
9
 
10