mgokg commited on
Commit
ec5f7ea
·
verified ·
1 Parent(s): e2e6e14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ custom_css = """
22
  def predict(prompt):
23
  # Create the model
24
  generation_config = {
25
- "temperature": 0.1,
26
  "top_p": 0.95,
27
  "top_k": 40,
28
  "max_output_tokens": 2048,
 
22
  def predict(prompt):
23
  # Create the model
24
  generation_config = {
25
+ "temperature": 1,
26
  "top_p": 0.95,
27
  "top_k": 40,
28
  "max_output_tokens": 2048,