Spaces:
Sleeping
Sleeping
删除温度
Browse files
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 |
)
|