mirror of
https://github.com/alibaba/higress.git
synced 2026-05-26 05:37:25 +08:00
feat(ai-proxy): add cooldownDuration support for failover token recovery (#3700)
Signed-off-by: wydream <yaodiwu618@gmail.com> Signed-off-by: woody <yaodiwu618@gmail.com>
This commit is contained in:
@@ -368,6 +368,12 @@ func TestZhipuAI(t *testing.T) {
|
||||
test.RunZhipuAIClaudeAutoConversionTests(t)
|
||||
}
|
||||
|
||||
func TestCooldown(t *testing.T) {
|
||||
test.RunCooldownParseConfigTests(t)
|
||||
test.RunCooldownOnHttpResponseHeadersTests(t)
|
||||
test.RunCooldownRecoveryTests(t)
|
||||
}
|
||||
|
||||
func TestDeepSeek(t *testing.T) {
|
||||
test.RunDeepSeekParseConfigTests(t)
|
||||
test.RunDeepSeekOnHttpRequestHeadersTests(t)
|
||||
|
||||
Reference in New Issue
Block a user