This commit is contained in:
Eva Ho
2025-11-10 19:08:42 -05:00
parent 2aaf29acb5
commit 6a818b8a09

View File

@@ -885,9 +885,6 @@ func (s *Server) chat(w http.ResponseWriter, r *http.Request) error {
return err return err
} }
// Debug: Log what we're sending
s.log().Debug("sending chat request", "model", chatReq.Model, "think", chatReq.Think, "num_messages", len(chatReq.Messages))
err = c.Chat(ctx, chatReq, func(res api.ChatResponse) error { err = c.Chat(ctx, chatReq, func(res api.ChatResponse) error {
if loading { if loading {
// Remove the loading indicator on first token // Remove the loading indicator on first token