feat: add sub2api sentinel trust cadence
This commit is contained in:
@@ -60,6 +60,7 @@ profiles:
|
||||
accountName: unidesk-codex-hy
|
||||
configFile: config.toml.HY
|
||||
authFile: auth.json.HY
|
||||
trustUpstream: true
|
||||
openaiResponsesWebSocketsV2Mode: off
|
||||
capacity: 10
|
||||
loadFactor: 10
|
||||
@@ -81,12 +82,14 @@ profiles:
|
||||
accountName: unidesk-codex-gptclub
|
||||
configFile: config.toml.gptclub
|
||||
authFile: auth.json.gptclub
|
||||
trustUpstream: true
|
||||
capacity: 10
|
||||
priority: 100
|
||||
- profile: only
|
||||
accountName: unidesk-codex-only
|
||||
configFile: config.toml.only
|
||||
authFile: auth.json.only
|
||||
trustUpstream: true
|
||||
loadFactor: 1
|
||||
priority: 110
|
||||
- profile: zakuzaku
|
||||
@@ -179,6 +182,8 @@ sentinel:
|
||||
cadence:
|
||||
successInitialIntervalMinutes: 1
|
||||
successMaxIntervalMinutes: 20
|
||||
trustedSuccessMaxIntervalMinutes: 20
|
||||
untrustedSuccessMaxIntervalMinutes: 2
|
||||
successBackoffMultiplier: 2
|
||||
jitterPercent: 10
|
||||
freeze:
|
||||
|
||||
Reference in New Issue
Block a user