happyGPT commited on
Commit
4d9a7f6
·
verified ·
1 Parent(s): 7b844b5

删除温度

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -77,7 +77,6 @@ Specific content needs to include: 1 - Basic definition and overview of {name_En
77
  model="gpt-5.6-terra",
78
  instructions=system_instruction,
79
  input=prompt_template,
80
- temperature=0.50,
81
  max_output_tokens=3600 if output_language == "Chinese" else 2048,
82
  reasoning={"effort": "low"},
83
  )
 
77
  model="gpt-5.6-terra",
78
  instructions=system_instruction,
79
  input=prompt_template,
 
80
  max_output_tokens=3600 if output_language == "Chinese" else 2048,
81
  reasoning={"effort": "low"},
82
  )