ankush13r commited on
Commit
f621fe9
·
verified ·
1 Parent(s): 16f6826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -92,10 +92,10 @@ Only produce the summary after fully reading and understanding the input text.
92
  "messages": messages,
93
  "stream": False,
94
  "max_tokens": 1000,
95
- "temperature": 0.2,
96
- "presence_penalty": 0.3,
97
- "frequency_penalty": 0.3,
98
- "extra_body": {"repetition_penalty": 0.5},
99
  }
100
 
101
  return client.chat.completions.create(**request_params)
 
92
  "messages": messages,
93
  "stream": False,
94
  "max_tokens": 1000,
95
+ "temperature": 0.1,
96
+ #"presence_penalty": 0.3,
97
+ #"frequency_penalty": 0.3,
98
+ #"extra_body": {"repetition_penalty": 0.5},
99
  }
100
 
101
  return client.chat.completions.create(**request_params)