Curranj commited on
Commit
f3a7405
·
1 Parent(s): 0c61469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def gpt3(texts):
16
  top_p=1,
17
  frequency_penalty=0.0,
18
  presence_penalty=0.0,
19
- stop = (";", "</code>")
20
  )
21
  x = response.choices[0].text
22
 
 
16
  top_p=1,
17
  frequency_penalty=0.0,
18
  presence_penalty=0.0,
19
+ stop = (";","#", "</code>")
20
  )
21
  x = response.choices[0].text
22