ankush13r commited on
Commit
4bbc3ea
·
verified ·
1 Parent(s): c7d4d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def completion(history, model, system_prompt, tools=None):
53
  "max_tokens": 1000,
54
  "temperature": 0.4,
55
  "frequency_penalty": 0.5,
56
- "top_p": 0.5,
57
  "extra_body": {"repetition_penalty": 0.5},
58
  }
59
  if tools:
 
53
  "max_tokens": 1000,
54
  "temperature": 0.4,
55
  "frequency_penalty": 0.5,
56
+ "top_p": 0.9,
57
  "extra_body": {"repetition_penalty": 0.5},
58
  }
59
  if tools: