pratikmurali commited on
Commit
5f539d4
·
1 Parent(s): a5a935c

Update Temperature and PP

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,11 +23,11 @@ Think through your response step by step.
23
  async def start_chat():
24
  settings = {
25
  "model": "gpt-3.5-turbo",
26
- "temperature": 0,
27
  "max_tokens": 500,
28
  "top_p": 1,
29
  "frequency_penalty": 0,
30
- "presence_penalty": 0,
31
  }
32
 
33
  cl.user_session.set("settings", settings)
 
23
  async def start_chat():
24
  settings = {
25
  "model": "gpt-3.5-turbo",
26
+ "temperature": 1,
27
  "max_tokens": 500,
28
  "top_p": 1,
29
  "frequency_penalty": 0,
30
+ "presence_penalty": 2,
31
  }
32
 
33
  cl.user_session.set("settings", settings)