Curranj commited on
Commit
ff2952d
·
1 Parent(s): 5142437

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 = (";", "/*")
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