Shubham89 commited on
Commit
2f5b5df
1 Parent(s): 0ff785f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ os.environ["OPENAI_API_KEY"] = 'sk-TBQa3E1H2wInOLKRrQ3lT3BlbkFJIlyEKk8eGwDiVnM4V
13
  start_sequence = "\nAI:"
14
  restart_sequence = "\nHuman: "
15
 
16
- 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: "
17
 
18
 
19
  def gradio_ask_ai(user_input):
 
13
  start_sequence = "\nAI:"
14
  restart_sequence = "\nHuman: "
15
 
16
+ prompt = "The following is a conversation with an AI assistant. The assistant is helpful, creative, clever, and very friendly.\n\nHuman: "
17
 
18
 
19
  def gradio_ask_ai(user_input):