leadingbridge commited on
Commit
8310927
1 Parent(s): d88c117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ openai.api_key = "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"
22
  start_sequence = "\nAI:"
23
  restart_sequence = "\nHuman: "
24
 
25
- prompt = "You can discuss any topic with the Chatbot assistant in Chinese by typing it in here"
26
 
27
  def openai_create(prompt):
28
 
 
22
  start_sequence = "\nAI:"
23
  restart_sequence = "\nHuman: "
24
 
25
+ prompt = "You can discuss any topic with the Chinese Chatbot assistant by typing Chinese in here"
26
 
27
  def openai_create(prompt):
28