maodd commited on
Commit
6b6a35d
·
1 Parent(s): 4ec1a03

change stop

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def openai_create(prompt):
23
  top_p=1,
24
  frequency_penalty=0,
25
  presence_penalty=0.6,
26
- stop=[" Human:", " AI:"]
27
  )
28
 
29
  return response.choices[0].text
 
23
  top_p=1,
24
  frequency_penalty=0,
25
  presence_penalty=0.6,
26
+ stop=[" Me:", " ChatGPT:"]
27
  )
28
 
29
  return response.choices[0].text