HarleyCoops commited on
Commit
faac2ab
·
1 Parent(s): 1172541

quick push

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ conversation_history = []
34
  def process_initial_prompt():
35
  """Process the initial prompt and return the response"""
36
  generation_config = {
37
- "temperature": 2.0,
38
  "top_p": .95,
39
  "top_k": 1,
40
- "max_output_tokens": 6000,
41
  }
42
 
43
  safety_settings = [
 
34
  def process_initial_prompt():
35
  """Process the initial prompt and return the response"""
36
  generation_config = {
37
+ "temperature": 1.75,
38
  "top_p": .95,
39
  "top_k": 1,
40
+ "max_output_tokens": 9000,
41
  }
42
 
43
  safety_settings = [