fix: implement improved headers for anthropic to support 8k outputs (#1654)

This commit is contained in:
Laisky.Cai
2024-07-16 23:48:54 +08:00
committed by GitHub
parent 6209ff9ea9
commit adba54acd3
7 changed files with 38 additions and 30 deletions

View File

@@ -26,7 +26,6 @@ type ApplicationDefaultCredentials struct {
UniverseDomain string `json:"universe_domain"`
}
var Cache = cache.New(50*time.Minute, 55*time.Minute)
const defaultScope = "https://www.googleapis.com/auth/cloud-platform"