Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
638cb0a0
authored
Mar 03, 2026
by
Seefs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove extra spaces
parent
f6f5a6f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
dto/channel_settings.go
+1
-1
No files found.
dto/channel_settings.go
View file @
638cb0a0
...
@@ -32,7 +32,7 @@ type ChannelOtherSettings struct {
...
@@ -32,7 +32,7 @@ type ChannelOtherSettings struct {
AllowInferenceGeo
bool
`json:"allow_inference_geo,omitempty"`
// 是否允许 inference_geo 透传(仅 Claude,默认过滤以满足数据驻留合规
AllowInferenceGeo
bool
`json:"allow_inference_geo,omitempty"`
// 是否允许 inference_geo 透传(仅 Claude,默认过滤以满足数据驻留合规
AllowSafetyIdentifier
bool
`json:"allow_safety_identifier,omitempty"`
// 是否允许 safety_identifier 透传(默认过滤以保护用户隐私)
AllowSafetyIdentifier
bool
`json:"allow_safety_identifier,omitempty"`
// 是否允许 safety_identifier 透传(默认过滤以保护用户隐私)
DisableStore
bool
`json:"disable_store,omitempty"`
// 是否禁用 store 透传(默认允许透传,禁用后可能导致 Codex 无法使用)
DisableStore
bool
`json:"disable_store,omitempty"`
// 是否禁用 store 透传(默认允许透传,禁用后可能导致 Codex 无法使用)
AllowIncludeObfuscation
bool
`json:"allow_include_obfuscation,
omitempty"`
// 是否允许 stream_options.include_obfuscation 透传(默认过滤以避免关闭流混淆保护)
AllowIncludeObfuscation
bool
`json:"allow_include_obfuscation,omitempty"`
// 是否允许 stream_options.include_obfuscation 透传(默认过滤以避免关闭流混淆保护)
AwsKeyType
AwsKeyType
`json:"aws_key_type,omitempty"`
AwsKeyType
AwsKeyType
`json:"aws_key_type,omitempty"`
UpstreamModelUpdateCheckEnabled
bool
`json:"upstream_model_update_check_enabled,omitempty"`
// 是否检测上游模型更新
UpstreamModelUpdateCheckEnabled
bool
`json:"upstream_model_update_check_enabled,omitempty"`
// 是否检测上游模型更新
UpstreamModelUpdateAutoSyncEnabled
bool
`json:"upstream_model_update_auto_sync_enabled,omitempty"`
// 是否自动同步上游模型更新
UpstreamModelUpdateAutoSyncEnabled
bool
`json:"upstream_model_update_auto_sync_enabled,omitempty"`
// 是否自动同步上游模型更新
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment