fix: add sub2api edge retry
This commit is contained in:
@@ -138,6 +138,13 @@ publicExposure:
|
||||
serviceName: caddy
|
||||
upstreamBaseUrl: http://127.0.0.1:21880
|
||||
responseHeaderTimeoutSeconds: 600
|
||||
edgeRetry:
|
||||
enabled: true
|
||||
tryDurationSeconds: 10
|
||||
tryIntervalMilliseconds: 250
|
||||
retryMatch:
|
||||
methods: [POST]
|
||||
paths: [/responses/compact]
|
||||
localCodex:
|
||||
backupSuffix: pre-sub2api
|
||||
providerName: OpenAI
|
||||
|
||||
Reference in New Issue
Block a user