Skip to content

Commit 8c4a97c

Browse files
committed
Doc:补充文档
1 parent 400e321 commit 8c4a97c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/environment-configuration.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,22 @@ DEFAULT_TOP_P=0.95
139139
140140
# 默认停止序列 (JSON 数组格式)
141141
DEFAULT_STOP_SEQUENCES=["用户:"]
142+
143+
# 是否在处理请求时自动打开并使用 "URL Context" 功能
144+
# 参考: https://ai.google.dev/gemini-api/docs/url-context
145+
ENABLE_URL_CONTEXT=true
146+
147+
# 是否默认启用 "指定思考预算" 功能 (true/false),不启用时模型一般将自行决定思考预算
148+
# 当 API 请求中未提供 reasoning_effort 参数时,将使用此值。
149+
ENABLE_THINKING_BUDGET=false
150+
151+
# "指定思考预算量" 的默认值 (token)
152+
# 当 API 请求中未提供 reasoning_effort 参数时,将使用此值。
153+
DEFAULT_THINKING_BUDGET=8192
154+
155+
# 是否默认启用 "Google Search" 功能 (true/false)
156+
# 当 API 请求中未提供 tools 参数时,将使用此设置作为 Google Search 的默认开关状态。
157+
ENABLE_GOOGLE_SEARCH=false
142158
```
143159

144160
### 超时配置

0 commit comments

Comments
 (0)