fix: implement improved headers for anthropic to support 8k outputs

This commit is contained in:
Laisky.Cai
2024-07-16 01:22:12 +00:00
parent 6209ff9ea9
commit 004d58c4f1
7 changed files with 38 additions and 30 deletions

View File

@@ -147,7 +147,6 @@ var InitialRootAccessToken = os.Getenv("INITIAL_ROOT_ACCESS_TOKEN")
var GeminiVersion = env.String("GEMINI_VERSION", "v1")
var OnlyOneLogFile = env.Bool("ONLY_ONE_LOG_FILE", false)
var RelayProxy = env.String("RELAY_PROXY", "")