Skip to content

Commit

Permalink
remove unnecessary debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
GiGurra committed Jun 23, 2024
1 parent f0d7ff7 commit e21e20b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/google_ai_studio_provider/google_ai_studio.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 320,6 @@ func (o Provider) BasicAskStream(question domain.Question) <-chan domain.RespChu
Host: host,
}

slog.Info(fmt.Sprintf("Request: % v", request))

//// add query param key=${API_KEY}
//q := request.URL.Query()
//q.Add("key", o.cfg.APIKey)
Expand Down

0 comments on commit e21e20b

Please sign in to comment.