leadingbridge commited on
Commit
08488e6
Β·
1 Parent(s): 5dcef8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ def openai_translation_ec(prompt):
49
  max_tokens=3000,
50
  top_p=1,
51
  frequency_penalty=0,
52
- presence_penalty=0.6
53
 
54
  )
55
 
@@ -67,7 +67,7 @@ def openai_translation_ce(prompt):
67
  max_tokens=3000,
68
  top_p=1,
69
  frequency_penalty=0,
70
- presence_penalty=0.6
71
 
72
  )
73
 
 
49
  max_tokens=3000,
50
  top_p=1,
51
  frequency_penalty=0,
52
+ presence_penalty=1
53
 
54
  )
55
 
 
67
  max_tokens=3000,
68
  top_p=1,
69
  frequency_penalty=0,
70
+ presence_penalty=1
71
 
72
  )
73