We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917fe42 commit 751b377Copy full SHA for 751b377
anthropic-model-provider-go/proxy/proxy.go
@@ -29,7 +29,6 @@ func (s *Server) AnthropicProxyRedirect(req *http.Request) {
29
req.Host = req.URL.Host
30
31
apiKey := s.cfg.APIKey
32
- fmt.Println(req.Header)
33
if requestAPIKey := req.Header.Get("X-Obot-OBOT_ANTHROPIC_MODEL_PROVIDER_API_KEY"); requestAPIKey != "" {
34
apiKey = requestAPIKey
35
req.Header.Del("X-Obot-OBOT_ANTHROPIC_MODEL_PROVIDER_API_KEY")
0 commit comments