Commit 6a818b8a authored by Eva Ho's avatar Eva Ho
Browse files

clean up

parent 2aaf29ac
...@@ -885,9 +885,6 @@ func (s *Server) chat(w http.ResponseWriter, r *http.Request) error { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment