HarleyCoops commited on
Commit
3f77a48
·
1 Parent(s): f48f769

reduced temp

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -485,7 +485,7 @@ conversation_history = []
485
  def process_initial_prompt():
486
  """Process the initial prompt and return the response"""
487
  generation_config = {
488
- "temperature": 1.6,
489
  "top_p": .95,
490
  "top_k": 1,
491
  "max_output_tokens": 4500,
 
485
  def process_initial_prompt():
486
  """Process the initial prompt and return the response"""
487
  generation_config = {
488
+ "temperature": 1.5,
489
  "top_p": .95,
490
  "top_k": 1,
491
  "max_output_tokens": 4500,