Angelaangie commited on
Commit
f1c881a
1 Parent(s): a911bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ openai.api_key = "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"
11
  start_sequence = "\nAI:"
12
  restart_sequence = "\nHuman: "
13
 
14
- prompt = "The following is a conversation with an AI assistant.\nHuman: "
15
 
16
  def openai_create(prompt):
17
 
 
11
  start_sequence = "\nAI:"
12
  restart_sequence = "\nHuman: "
13
 
14
+ prompt = "The following is a conversation with an AI assistant. Some questions you can ask are: Who is Angela Busheska?, What is Angela Busheska passionate about? \nHuman: "
15
 
16
  def openai_create(prompt):
17