rizam commited on
Commit
59dac14
·
1 Parent(s): 677aaaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ openai.api_key ="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"
8
  start_sequence = "\nAI:"
9
  restart_sequence = "\nHuman: "
10
 
11
- def predict(input,initial_prompt, history=[]):
12
 
13
  s = list(sum(history, ()))
14
  s.append(input)
 
8
  start_sequence = "\nAI:"
9
  restart_sequence = "\nHuman: "
10
 
11
+ def predict(input,history=[]):
12
 
13
  s = list(sum(history, ()))
14
  s.append(input)