chore: gofmt

This commit is contained in:
cyhhao
2026-01-29 01:34:58 +08:00
parent 31f817d189
commit 4d566f68b6

View File

@@ -42,7 +42,7 @@ const (
// Keep a trailing blank line so that when upstream concatenates system strings, // Keep a trailing blank line so that when upstream concatenates system strings,
// the injected Claude Code banner doesn't run into the next system instruction. // the injected Claude Code banner doesn't run into the next system instruction.
claudeCodeSystemPrompt = "You are Claude Code, Anthropic's official CLI for Claude.\n\n" claudeCodeSystemPrompt = "You are Claude Code, Anthropic's official CLI for Claude.\n\n"
maxCacheControlBlocks = 4 // Anthropic API 允许的最大 cache_control 块数量 maxCacheControlBlocks = 4 // Anthropic API 允许的最大 cache_control 块数量
) )
func (s *GatewayService) debugModelRoutingEnabled() bool { func (s *GatewayService) debugModelRoutingEnabled() bool {