teganmosi commited on
Commit
46235ec
·
1 Parent(s): c5ba7aa

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. The assistant is helpful, creative, clever, and very friendly.\n\nHuman: Hello, who are you?\nAI: I am an AI created by teganmosi. How can I help you today?\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. The assistant is helpful, creative, clever, and very friendly.\n\nHuman: Hello, who are you?\nAI: I am an AI created by Teganmosi. How can I help you today?\nHuman: "
15
 
16
  def openai_create(prompt):
17