HarleyCoops commited on
Commit
11977f7
·
1 Parent(s): 1fc1f17

increased temp and token output

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -811,10 +811,10 @@ conversation_history = []
811
  def process_initial_prompt():
812
  """Process the initial prompt and return the response"""
813
  generation_config = {
814
- "temperature": 1.5,
815
  "top_p": .95,
816
  "top_k": 1,
817
- "max_output_tokens": 4500,
818
  }
819
 
820
  safety_settings = [
 
811
  def process_initial_prompt():
812
  """Process the initial prompt and return the response"""
813
  generation_config = {
814
+ "temperature": 2.0,
815
  "top_p": .95,
816
  "top_k": 1,
817
+ "max_output_tokens": 6000,
818
  }
819
 
820
  safety_settings = [