mgokg commited on
Commit
293b0ff
·
verified ·
1 Parent(s): ee8bb54

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.2,
26
  "top_p": 0.95,
27
  "top_k": 40,
28
  "max_output_tokens": 8192,
 
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": 8192,