SoloBSD commited on
Commit
ce97432
1 Parent(s): 8709a46

Fixing text

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -7,9 +7,7 @@ openai.api_key = "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"
7
  start_sequence = "\nAI:"
8
  restart_sequence = "\nHuman: "
9
 
10
- prompt = "The following is a conversation with an AI assistant. The assistant is
11
- helpful, creative, clever, and very friendly.\n\nHuman: Hello, who are you?\nAI
12
- : I am an AI created by OpenAI. How can I help you today?\nHuman: "
13
 
14
  def openai_create(prompt):
15
 
 
7
  start_sequence = "\nAI:"
8
  restart_sequence = "\nHuman: "
9
 
10
+ prompt = "The following is a conversation with an AI assistant. The assistant is helpful, creative, clever, and very friendly.\n\nHuman: Hello, who are you?\nAI: I am an AI created by OpenAI. How can I help you today?\nHuman: "
 
 
11
 
12
  def openai_create(prompt):
13